> After applying the change to ext/standard/string.c in PHP4 the following
> Test failed:
> Bug #4 (implode changes object references in array)
> [ext/standard/tests/strings/bug4.phpt]
>
> Regards,
> Christian Stadler
I understood my fault. I didn't notice condition
if (!(*ppzv)->is_ref)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Alexander Valyalkin schrieb:
> I've posted patch last summer http://www.zend.com/zend/week/pat/pat5.txt
> which imporves performance of implode() function in PHP4, but nobody
> doesn't
> commit it yet. Can anybody explain the reason?
After applying t