[PHP-DEV] Bug #14266 Updated: serialize() doesn't work correcty

2001-11-28 Thread lenar
ID: 14266 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: Debian Linux PHP Version: 4.2.0-dev New Comment: Ok, I tested a little bit more and found that when calling serialize() like serialize(&$x) it works. I

[PHP-DEV] Bug #14266 Updated: serialize() doesn't work correcty

2001-11-28 Thread zimt
ID: 14266 Updated by: zimt Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: Debian Linux PHP Version: 4.2.0-dev New Comment: sorry, i wanted to write: you realy should *NOT*... Previous Comments: --

[PHP-DEV] Bug #14266 Updated: serialize() doesn't work correcty

2001-11-28 Thread zimt
ID: 14266 Updated by: zimt Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: Debian Linux PHP Version: 4.2.0-dev New Comment: Behaviour of Circular / Selfreferencing objects is not defined. you could try to do a workarround by

[PHP-DEV] Bug #14266 Updated: serialize() doesn't work correcty

2001-11-28 Thread lenar
ID: 14266 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Bug Type: Scripting Engine problem Operating System: Debian Linux PHP Version: 4.2.0-dev New Comment: I dont' agree. Circular refferences can happen with objects (using refferences). Somet

[PHP-DEV] Bug #14266 Updated: serialize() doesn't work correcty

2001-11-28 Thread jmoore
ID: 14266 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: Debian Linux PHP Version: 4.2.0-dev New Comment: Your creating a reference to itself this is not allowed. Therefore the bug is bogus, the behaviour is

[PHP-DEV] Bug #14266 Updated: serialize() doesn't work correcty

2001-11-28 Thread lenar
ID: 14266 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Bug Type: Scripting Engine problem Operating System: Debian Linux Old PHP Version: 4.1.0 PHP Version: 4.2.0-dev New Comment: Tested this with current cvs too. No better luck. Original and u

[PHP-DEV] Bug #14266 Updated: serialize() doesn't work correcty

2001-11-28 Thread jmoore
ID: 14266 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: Debian Linux PHP Version: 4.1.0 New Comment: Circualar reference here: $x->x =& $x; These dont work as expected at all. Bogus bug report as