]> granicus.if.org Git - php/commit
More work on Unicode support in PCRE. When UG(unicode) is on, all
authorAndrei Zmievski <andrei@php.net>
Mon, 18 Sep 2006 17:59:10 +0000 (17:59 +0000)
committerAndrei Zmievski <andrei@php.net>
Mon, 18 Sep 2006 17:59:10 +0000 (17:59 +0000)
commit81b83f327b5ccfb1006e8ebbc9fe0e1942d6ffd8
tree7fea99917a98f8b8a4c7f42982fd4bbf24aab95d
parentb8b3ade1280fde82a2edb065d6e92f4a4dbb7a19
More work on Unicode support in PCRE. When UG(unicode) is on, all
strings passed to PCRE have to be IS_UNICODE or IS_STRING in UTF-8
encoding. Failure to do so will result in unpredictable results.
Zend/zend_API.c
Zend/zend_API.h
Zend/zend_language_scanner.l
ext/pcre/php_pcre.c
ext/pcre/php_pcre.h