- Modified preg_replace() to take Perl-style $1 backreferences in addition
authorAndrei Zmievski <andrei@php.net>
Wed, 15 Nov 2000 05:09:55 +0000 (05:09 +0000)
committerAndrei Zmievski <andrei@php.net>
Wed, 15 Nov 2000 05:09:55 +0000 (05:09 +0000)
commit3625a729a7131f0ee5bdd2facc217c20e77b4093
treeffa6c402f249cd7dbe8fced2c05f97a815497383
parentc960bd930d04040a234d8e3a6d5f95dffb6cf360
- Modified preg_replace() to take Perl-style $1 backreferences in addition
  to \\n ones.
- Modified preg_grep() to always return the results with the keys
  from the original array.
NEWS
TODO
ext/pcre/php_pcre.c