[PHP-DEV] PHP 4.0 Bug #8661 Updated: a copy of the internal array elements is sometimes not made

2001-03-16 Thread lgordon
ID: 8661 User Update by: [EMAIL PROTECTED] Status: Analyzed Bug Type: Scripting Engine problem Description: a copy of the internal array elements is sometimes not made I don't agree with this. The zend engine only does a shallow copy in this particular instance, and it is a bug. If the array

[PHP-DEV] PHP 4.0 Bug #8661 Updated: a copy of the internal array elements is sometimes not made

2001-03-15 Thread stas
ID: 8661 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Scripting Engine problem Assigned To: Comments: Zend copies arrays and objects "shallow" (for performance reasons). The workaround is to implement "clone" method. This probably should be

[PHP-DEV] PHP 4.0 Bug #8661 Updated: a copy of the internal array elements is sometimes not made

2001-02-27 Thread lgordon
ID: 8661 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Description: a copy of the internal array elements is sometimes not made My bad, my email address is [EMAIL PROTECTED] Please detail on a fix for this bug. Thanks, Larry Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8661 Updated: a copy of the internal array elements is sometimes not made

2001-01-14 Thread sniper
ID: 8661 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Class/Object related Bug Type: Scripting Engine problem Assigned To: Comments: Previous Comments: --- [2001-01-11 16:46:44] [EMAIL