]> granicus.if.org Git - php/commit
- Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it returns...
authorFelipe Pena <felipe@php.net>
Sat, 6 Nov 2010 18:32:10 +0000 (18:32 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 6 Nov 2010 18:32:10 +0000 (18:32 +0000)
commit03cbbf4348b7bd95d0322d3371ce1f85efc1e1aa
tree056da7aa1674ed063eaf99628c059ac66ed96416
parentccfe9c30aaf3a3b0aef164a98295cce68f78e3b3
- Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it returns int(0))
  patch by: slugonamission at gmail dot com
ext/pcre/php_pcre.c
ext/pcre/tests/backtrack_limit.phpt
ext/pcre/tests/bug52732.phpt [new file with mode: 0644]
ext/pcre/tests/invalid_utf8_offset.phpt
ext/pcre/tests/recursion_limit.phpt