]> granicus.if.org Git - php/commit
- Fixed bug #52971 (PCRE-Meta-Characters not working with utf-8)
authorFelipe Pena <felipe@php.net>
Sun, 3 Oct 2010 16:01:38 +0000 (16:01 +0000)
committerFelipe Pena <felipe@php.net>
Sun, 3 Oct 2010 16:01:38 +0000 (16:01 +0000)
commit090a9b33316a448f1af9ba865484fa5dafeda4a7
treec9a293b2fe14068c177e60781222929ffd0e98fe
parent4b0927b042a3b30f1dfad9ed89fe7e132ac8a040
- Fixed bug #52971 (PCRE-Meta-Characters not working with utf-8)
#   In  PCRE,  by  default, \d, \D, \s, \S, \w, and \W recognize only ASCII
#       characters, even in UTF-8 mode. However, this can be changed by setting
#       the PCRE_UCP option.
NEWS
ext/pcre/php_pcre.c
ext/pcre/tests/bug52971.phpt [new file with mode: 0644]