logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: about the "missing parameters" errors: msg#00002

Subject: Re: about the "missing parameters" errors
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



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>