|
|
|
|
АРХИВ :: nginx-ru
|
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: server_name & location captures
Igor Sysoev пишет:
А в каком PCRE это появилось, не помнишь ?
Судя по ChangeLog - в 4.0
This feature was not added to Perl until release 5.10. Python had the
feature earlier, and PCRE introduced it at release 4.0, using the Python
syntax.
Т.е. с 4.0 появился синтакс (?P<name>...), а вот (?<name>...) появился
только в 7.0
|
|
|