[PHP-DEV] PHP 4.0 Bug #9453: Reference issue

2001-02-26 Thread mailling
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Reference issue I tried it with: allow_call_time_pass_reference = Off and allow_call_time_pass_reference= On It seems that the

[PHP-DEV] PHP 4.0 Bug #9454: Reference issue 2

2001-02-26 Thread mailling
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Reference issue 2 I got in trouble with reference. Issues with Linux, Mandrake 7.2 and Windows 2000 with PHP 4.04pl1, php 4.0.3 php 4.0.1pl2

[PHP-DEV] PHP 4.0 Bug #9454 Updated: Reference issue 2

2001-02-26 Thread mailling
ID: 9454 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Description: Reference issue 2 This problem seems to be related to the bug 9407 also. I am not sure it is due to the garbage collector. I ran it as a CGI or with ISAPI filter, I increased the amount of

[PHP-DEV] PHP 4.0 Bug #9470: complement of 8676 - serialize reference

2001-02-26 Thread mailling
From: [EMAIL PROTECTED] Operating system: windows 2000 sp1 PHP version: 4.0.4pl1 PHP Bug Type: *Session related Bug description: complement of 8676 - serialize reference I got a similar issue, when I dump the unserialize (with a var_dump), I got for the object:

[PHP-DEV] Bug #12430: is_subclass_of

2001-07-27 Thread mailling
From: [EMAIL PROTECTED] Operating system: windows 2000 PHP version: 4.0.6 PHP Bug Type: Class/Object related Bug description: is_subclass_of if I have a class like this class PEAR_Error { Note the uppercase ! and $a=new PEAR_Error(); if I do