#28058 [NoF->Csd]: __autoload called for every class declaration

2004-04-30 Thread alex_boyer at hotmail dot com
ID: 28058 User updated by: alex_boyer at hotmail dot com Reported By: alex_boyer at hotmail dot com -Status: No Feedback +Status: Closed Bug Type: Zend Engine 2 problem Operating System: Windows 2000 Pro PHP Version: 5.0.0RC1 New Comment

#28058 [NEW]: __autoload called for every class declaration

2004-04-19 Thread alex_boyer at hotmail dot com
From: alex_boyer at hotmail dot com Operating system: Windows 2000 Pro PHP version: 5.0.0RC1 PHP Bug Type: Zend Engine 2 problem Bug description: __autoload called for every class declaration Description: __autoload is called for every class declaration that

#26794 [Opn]: $that not available in parent class

2004-01-05 Thread alex_boyer at hotmail dot com
ID: 26794 User updated by: alex_boyer at hotmail dot com Reported By: alex_boyer at hotmail dot com Status: Open Bug Type: Class/Object related Operating System: windows 2000 PHP Version: 5.0.0b3 (beta3) New Comment: i mean that $that is not

#26794 [NEW]: $that not available in parent class

2004-01-05 Thread alex_boyer at hotmail dot com
From: alex_boyer at hotmail dot com Operating system: windows 2000 PHP version: 5.0.0b3 (beta3) PHP Bug Type: Class/Object related Bug description: $that not available in parent class Description: $that is not available in parent class B (uncomment code in class

#21128 [NEW]: lost of static reference between calls

2002-12-21 Thread alex_boyer
From: [EMAIL PROTECTED] Operating system: PHP version: 4.2.3 PHP Bug Type: Scripting Engine problem Bug description: lost of static reference between calls I want to keep a reference on a global object in a static method. But, between calls of this static method, my referenc

#20676 [Fbk->Opn]: Reinitialization of a reference

2002-12-08 Thread alex_boyer
ID: 20676 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Scripting Engine problem Operating System: All PHP Version: 4.2.3 New Comment: the second script works, the first one do

#20676 [Opn]: Reinitialization of a reference

2002-11-27 Thread alex_boyer
ID: 20676 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Variables related Operating System: All PHP Version: 4.2.3 New Comment: But why doesn'it work with this code: x=2; $GLOBALS['ref'] =& $a

#20676 [Opn]: Reinitialization of a reference

2002-11-27 Thread alex_boyer
ID: 20676 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Variables related Operating System: All PHP Version: 4.2.3 New Comment: i thought that PHP count references on data before destroys it. This is not

#20676 [NEW]: Reinitialization of a reference

2002-11-27 Thread alex_boyer
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.2.3 PHP Bug Type: Variables related Bug description: Reinitialization of a reference I try to keep reference on all instances of a class. Even, unserialized one. x=2; $data = serialize($a); //Unse