From: syre at citiz dot net
Operating system: win2k
PHP version: 5.0.5
PHP Bug Type: Scripting Engine problem
Bug description: "0"=="00"
Description:
"0" == "00"
this didn't mentioned in manual.
Reproduce code:
From: syre at citiz dot net
Operating system: win2k
PHP version: 5.1.0RC1
PHP Bug Type: Scripting Engine problem
Bug description: __call not work in parent class
Description:
a parent class has a __call
a sub class inherit from the parent call parent::method
ID: 34067
User updated by: syre at citiz dot net
Reported By: syre at citiz dot net
-Status: Bogus
+Status: Open
Bug Type: MySQL related
Operating System: win2000
PHP Version: 5.0.3
New Comment:
see bug #31044
even phpmyadmin can not
From: syre at citiz dot net
Operating system: win2000
PHP version: 5.0.3
PHP Bug Type: MySQL related
Bug description: can not get correct result in some cases
Description:
mysql extension can not get correct result in some cases
Reproduce code
ID: 31044
Comment by: syre at citiz dot net
Reported By: argentina at gmail dot com
Status: No Feedback
Bug Type: MySQL related
Operating System: Linux Redhat
PHP Version: 4.3.8
New Comment:
I also meet with this problem.
when use
select
ID: 31451
User updated by: syre at citiz dot net
Reported By: syre at citiz dot net
-Status: Feedback
+Status: Open
Bug Type: Scripting Engine problem
Operating System: win2k pro sp4
PHP Version: 4.3.10
New Comment:
the problem stilil
ID: 31451
User updated by: syre at citiz dot net
Reported By: syre at citiz dot net
-Status: Feedback
+Status: Open
Bug Type: Scripting Engine problem
Operating System: win2k pro sp4
PHP Version: 4.3.10
New Comment:
_target=$target
ID: 31451
User updated by: syre at citiz dot net
Reported By: syre at citiz dot net
Status: Open
Bug Type: Scripting Engine problem
Operating System: win2k pro sp4
PHP Version: 4.3.10
New Comment:
the code will ok on the recent snapshot
but if
ID: 31451
User updated by: syre at citiz dot net
Reported By: syre at citiz dot net
-Status: Feedback
+Status: Open
Bug Type: Scripting Engine problem
Operating System: win2k pro sp4
PHP Version: 4.3.10
New Comment:
the code is
_target
From: syre at citiz dot net
Operating system: win2k pro sp4
PHP version: 4.3.10
PHP Bug Type: Performance problem
Bug description: __call can not work with __get
Description:
//that will ok
echo $p->var1;
echo "\n";
echo $p->func1(9,7);
//that
10 matches
Mail list logo