#50142 [Fbk->Opn]: parse_ini_file() constants not used correctly

2009-11-11 Thread jparneodo at yahoo dot fr
ID: 50142 User updated by: jparneodo at yahoo dot fr Reported By: jparneodo at yahoo dot fr -Status: Feedback +Status: Open Bug Type: Filesystem function related Operating System: Ubuntu PHP Version: 5.2.11 New Comment: None of 5.2

#50142 [NEW]: parse_ini_file() constants not used correctly

2009-11-10 Thread jparneodo at yahoo dot fr
From: jparneodo at yahoo dot fr Operating system: Ubuntu PHP version: 5.2.11 PHP Bug Type: Filesystem function related Bug description: parse_ini_file() constants not used correctly Description: Item THREE has bad value. Input file /tmp/jp.ini: [CONSTANT] ONE

#27627 [NEW]: function & fct() create entry in array if key does not exist

2004-03-17 Thread jparneodo at yahoo dot fr
From: jparneodo at yahoo dot fr Operating system: Red Hat 9.0 PHP version: 4.3.5RC3 PHP Bug Type: Scripting Engine problem Bug description: function & fct() create entry in array if key does not exist Description: Returning by reference in a function or me

#25763 [NEW]: Why the string "1.10" is equal to the string "1.1"?

2003-10-06 Thread jparneodo at yahoo dot fr
From: jparneodo at yahoo dot fr Operating system: RH7.2 PHP version: 4.3.3 PHP Bug Type: Strings related Bug description: Why the string "1.10" is equal to the string "1.1"? Description: I excepted true if one of the compared variable was

#24063 [Csd->Opn]: Notice: unserialize(): Error at offset ... again

2003-08-12 Thread jparneodo at yahoo dot fr
ID: 24063 User updated by: jparneodo at yahoo dot fr Reported By: jparneodo at yahoo dot fr -Status: Closed +Status: Open Bug Type: Scripting Engine problem Operating System: RH7.2 -PHP Version: 4.3.3RC2-dev +PHP Version: 4.3.3RC3

#24063 [Csd->Opn]: Notice: unserialize(): Error at offset ... again

2003-06-30 Thread jparneodo at yahoo dot fr
ID: 24063 User updated by: jparneodo at yahoo dot fr Reported By: jparneodo at yahoo dot fr -Status: Closed +Status: Open Bug Type: Scripting Engine problem Operating System: RH7.2 -PHP Version: 4.3.3RC1 +PHP Version: 4.3.3RC2-dev

#24063 [Bgs->Opn]: Notice: unserialize(): Error at offset ... again

2003-06-20 Thread jparneodo at yahoo dot fr
ID: 24063 User updated by: jparneodo at yahoo dot fr -Summary: Notice: unserialize(): Error at offset ... Reported By: jparneodo at yahoo dot fr -Status: Bogus +Status: Open Bug Type: Scripting Engine problem -Operating System: RH7.3

#24063 [Opn]: Notice: unserialize(): Error at offset ...

2003-06-09 Thread jparneodo at yahoo dot fr
ID: 24063 User updated by: jparneodo at yahoo dot fr Reported By: jparneodo at yahoo dot fr Status: Open Bug Type: Scripting Engine problem Operating System: RH7.3 PHP Version: 4.3.2 New Comment: Sorry, you must read, Serialise on 4.3.2 and 4.3.0

#24063 [Bgs->Opn]: Notice: unserialize(): Error at offset ...

2003-06-09 Thread jparneodo at yahoo dot fr
ID: 24063 User updated by: jparneodo at yahoo dot fr Reported By: jparneodo at yahoo dot fr -Status: Bogus +Status: Open Bug Type: Scripting Engine problem Operating System: RH7.3 PHP Version: 4.3.2 New Comment: Serialise on 4.3.2 and

#24063 [NEW]: Notice: unserialize(): Error at offset ...

2003-06-06 Thread jparneodo at yahoo dot fr
From: jparneodo at yahoo dot fr Operating system: RH7.3 PHP version: 4.3.2 PHP Bug Type: Scripting Engine problem Bug description: Notice: unserialize(): Error at offset ... class C { var $bad_1 = 1e-6; // Bug in unserialize var $bad_2 = 1.0e-6

#22847 [NEW]: Reference don't work in sort callbacks

2003-03-24 Thread jparneodo at yahoo dot fr
From: jparneodo at yahoo dot fr Operating system: RH7.2 PHP version: 4.3.0 PHP Bug Type: Arrays related Bug description: Reference don't work in sort callbacks function cmp($a,$b){ global $g; var_dump($g); // NULL here if($g[$a]&