Date: 12/07/00
- Next message: php3 <email protected>: "[PHP-DEV] Re: [PHP-DB] [#2]"
- Previous message: Andi Gutmans: "Re: [PHP-DEV] zend_hash_add_or_update flaw"
- In reply to: André Langhorst: "[PHP-DEV] Serious bug! since 4.0.1pl2!!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yes, this is because Zend does a shallow copy and not a deep copy.
We still haven't made up our mind what to do about it because a deep copy
would be very costly. Right now if you have references in an array or
object and you copy the array/object the references stay.
Andi
At 11:02 PM 12/6/00 +0100, André Langhorst wrote:
>I've just discovered a serious bug in the bug db which could lead users to
>endless frustration
>
>this should go for 4.0.4 too
>http://bugs.php.net/bugs.php?id=6417
>
>
>andré
--- Andi Gutmans <andi <email protected>> http://www.zend.com/-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: php3 <email protected>: "[PHP-DEV] Re: [PHP-DB] [#2]"
- Previous message: Andi Gutmans: "Re: [PHP-DEV] zend_hash_add_or_update flaw"
- In reply to: André Langhorst: "[PHP-DEV] Serious bug! since 4.0.1pl2!!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

