]> granicus.if.org Git - php/commit
- MFH Clean up (after consulting Andrei)
authorMarcus Boerger <helly@php.net>
Thu, 20 Jul 2006 22:53:07 +0000 (22:53 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 20 Jul 2006 22:53:07 +0000 (22:53 +0000)
commit6fb763c4f99d79df385777b18ff9b050e1465744
tree80cc8b7466fedb7d81bc9e9ba20b84beb4532119
parent163e1fd41c4d19370f24fdf15996413f41b2a633
- MFH Clean up (after consulting Andrei)
  . Change the handlers SPL uses to php_pcre_*_impl(pcre_cache_entry*,....)
  . All refactored funcs (match, split, replace, grep) use the above
  . Change (zend|php)_error() to php_error_docref()
  . Move from old to new param parsing api
  . Fix memleaks in unicode mode
ext/pcre/php_pcre.c
ext/pcre/php_pcre.h
ext/pcre/tests/grep2.phpt
ext/pcre/tests/match_flags3.phpt
ext/pcre/tests/preg_replace.phpt
ext/pcre/tests/split.phpt