]> granicus.if.org Git - php/commit
preg_replace() now makes copies of array entries if arrays are passed in,
authorAndrei Zmievski <andrei@php.net>
Thu, 30 Sep 1999 21:59:46 +0000 (21:59 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 30 Sep 1999 21:59:46 +0000 (21:59 +0000)
commit7258842c29f0d03917970f44acf0695f50b82ce3
treeef3dc243a8734d90ec5d4352af464f1fca9d7b8a
parent7ed678f819a3a8a53b757967119c0e5e9957b328
preg_replace() now makes copies of array entries if arrays are passed in,
so that convert_to_string() preserves the originals. Is this the correct way to do it?
ChangeLog
ext/pcre/php_pcre.c