Re: [PHP-DEV] Improvement for array functions

2004-10-05 Thread Marcus Boerger
Hello Andi, Tuesday, October 5, 2004, 3:06:57 AM, you wrote: > Marcus, > From reading this it doesn't seem as if this patch is array() specific but > is a general one. Yes it is a general one applicable to any function handling zvals with greater data than the zval itself (array, string, maybe

Re: [PHP-DEV] Improvement for array functions

2004-10-04 Thread Andi Gutmans
Marcus, From reading this it doesn't seem as if this patch is array() specific but is a general one. If I understand correctly, it will pass the hash (zval *) as-is and will never do a zval_copy_ctor(). This means that this value must for all practical purposes be read-only. What does this mean