[Phpmyadmin-devel] about the "missing parameters" errors

Hi, This PHP bug can explain _a lot_ of those error reports: http://bugs.php.net/bug.php?id=31134 Marc

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Marc Delisle wrote:
This PHP bug can explain _a lot_ of those error reports: http://bugs.php.net/bug.php?id=31134
According to that bug report, it's rather a Zend Optimizer problem. Is there an easy way to detect this bug? Regards, AMT -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCJhx28c/ssWf/SMcRAkYSAJ0Qy2Je7p2dVph6RoelK4mjYFGUYwCgmjfm nA3EvKe85DjlXxfkbQ2NCZg= =j9pA -----END PGP SIGNATURE-----

Alexander M. Turek a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
Marc Delisle wrote:
This PHP bug can explain _a lot_ of those error reports: http://bugs.php.net/bug.php?id=31134
According to that bug report, it's rather a Zend Optimizer problem. Is there an easy way to detect this bug?
Regards,
AMT
I think so! we could do -------------- $test = array(1); foreach ($test as $key){ if (is_array($key)) { echo "PHP problem, maybe upgrade your Zend optimizer, blah blah"; } } -------------- Marc

Marc Delisle a écrit :
Alexander M. Turek a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
Marc Delisle wrote:
This PHP bug can explain _a lot_ of those error reports: http://bugs.php.net/bug.php?id=31134
According to that bug report, it's rather a Zend Optimizer problem. Is there an easy way to detect this bug?
Regards,
AMT
I think so! we could do -------------- $test = array(1);
foreach ($test as $key){ if (is_array($key)) { echo "PHP problem, maybe upgrade your Zend optimizer, blah blah"; } } --------------
Marc
I added FAQ 2.8 about this, pointing to the PHP bug report, and also to another possible cause for this error. Modified common.lib.php to show a link to this FAQ whenever the error happens. Marc
participants (2)
-
Alexander M. Turek
-
Marc Delisle