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 is_subclass_of($a,'PE
ID: 9453
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: Scripting Engine problem
Description: Reference issue
let's run this code
b($c);
//$h=&$d->b($c); //The & is needed to work well
//we get $h=&$c;
$h='9';
echo $c. ' '.$h;
//since we should see 9 9, but we
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_Incomp
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 me
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
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 resul