#49515 [Com]: Class members with the same name ought to raise an E_STRICT error or notice.

2009-12-02 Thread oorza2k5 at gmail dot com
ID: 49515 Comment by: oorza2k5 at gmail dot com Reported By: oorza2k5 at gmail dot com Status: Open Bug Type: Feature/Change Request Operating System: Irrelevant PHP Version: 5.3.0 New Comment: Any chance this gets looked at? Previous

#50355 [NEW]: Trying to access a magical property by reference only raises an E_NOTICE.

2009-12-01 Thread oorza2k5 at gmail dot com
From: oorza2k5 at gmail dot com Operating system: Irrelevant PHP version: 5.3.1 PHP Bug Type: *General Issues Bug description: Trying to access a magical property by reference only raises an E_NOTICE. Description: When trying to access a magically returned (via

#49516 [NEW]: Serializing a closure throws an exception

2009-09-09 Thread oorza2k5 at gmail dot com
From: oorza2k5 at gmail dot com Operating system: irrelevant PHP version: 5.3.0 PHP Bug Type: Class/Object related Bug description: Serializing a closure throws an exception Description: As far as I'm aware, exceptions are not supposed to be thrown by de

#49515 [NEW]: Class members with the same name ought to raise an E_STRICT error or notice.

2009-09-09 Thread oorza2k5 at gmail dot com
From: oorza2k5 at gmail dot com Operating system: Irrelevant PHP version: 5.3.0 PHP Bug Type: Scripting Engine problem Bug description: Class members with the same name ought to raise an E_STRICT error or notice. Description: When you store a closure as a class

#49175 [NEW]: mod_files.sh patch

2009-08-05 Thread oorza2k5 at gmail dot com
From: oorza2k5 at gmail dot com Operating system: *nix PHP version: 5.3.0 PHP Bug Type: Session related Bug description: mod_files.sh patch Description: here's a script, mod_files.sh, in ext/session for creating directory tree with depth X for sessions.

#47840 [Com]: __call ignored when extending PDO

2009-03-30 Thread oorza2k5 at gmail dot com
ID: 47840 Comment by: oorza2k5 at gmail dot com Reported By: oorza2k5 at gmail dot com Status: Feedback Bug Type: PDO related Operating System: Linux PHP Version: 5.2.9 New Comment: It works as expected in the latest CVS under Windows... I

#47840 [NEW]: __call ignored when extending PDO

2009-03-30 Thread oorza2k5 at gmail dot com
From: oorza2k5 at gmail dot com Operating system: Linux PHP version: 5.2.9 PHP Bug Type: PDO related Bug description: __call ignored when extending PDO Description: Exact same issue (that was supposedly resolved) as #44425, but now with a MySQL 5.1 database