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
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:
--
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
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
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
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
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