ID: 34652
User updated by: karoly at negyesi dot net
Reported By: karoly at negyesi dot net
Status: Bogus
Bug Type: Filesystem function related
Operating System: Kubuntu Linux
-PHP Version: 5.1.2
+PHP Version: Irrevelant
New Comment:
I did
ID: 37046
User updated by: karoly at negyesi dot net
Reported By: karoly at negyesi dot net
-Status: Closed
+Status: Open
Bug Type: Scripting Engine problem
Operating System: Linux
-PHP Version: 5.1.2
+PHP Version: 4.4
Assigned To
ID: 37046
User updated by: karoly at negyesi dot net
Reported By: karoly at negyesi dot net
Status: Open
Bug Type: Scripting Engine problem
Operating System: Linux
PHP Version: 5.1.2
New Comment:
I thought best is if I provide one script
ID: 37046
User updated by: karoly at negyesi dot net
Reported By: karoly at negyesi dot net
-Status: Bogus
+Status: Open
Bug Type: Scripting Engine problem
Operating System: Linux
PHP Version: 5.1.2
New Comment:
I think this is still a
From: karoly at negyesi dot net
Operating system: Irrevelant
PHP version: 5.1.2
PHP Bug Type: Scripting Engine problem
Bug description: static executes after return
Description:
The code has been tested on PHP 4.3, 4.4, 5.0 and 5.1 various minors.
Reproduce
ID: 37046
User updated by: karoly at negyesi dot net
Reported By: karoly at negyesi dot net
Status: Open
Bug Type: Scripting Engine problem
Operating System: Linux
PHP Version: 5.1.2
New Comment:
function storage() {
static $storage = array(
From: karoly at negyesi dot net
Operating system: Linux
PHP version: 5.1.2
PHP Bug Type: Scripting Engine problem
Bug description: foreach breaks static scope
Description:
foreach changes the array pointer of a static in another function.
Reproduce code
ID: 34652
User updated by: karoly at negyesi dot net
Reported By: karoly at negyesi dot net
-Status: No Feedback
+Status: Open
Bug Type: Filesystem function related
Operating System: Kubuntu Linux
-PHP Version: 4.4.0
+PHP Version
From: karoly at negyesi dot net
Operating system: Kubuntu Linux
PHP version: 4.4.0
PHP Bug Type: Filesystem function related
Bug description: feof(FALSE); returns FALSE
Description:
feof does not report TRUE when fopen failed thus any script that expects
this