From: <php...@li...> - 2008-04-24 12:55:46
|
Hi Antonio, [PHP crashes on some installations] > //WHEN THE FOLLOWING LINE IS ACTIVATED, THE BRIDGE OR PHP CRASHES > //$batchQuery->addStationData( $stationData ); please check if those installations have the PHP 4 compatibility flag set (please see http://sourceforge.net/tracker/index.php?func=detail&aid=1942948&group_id=117793&atid=679233) and switch if off at run time, if necessary. Please check if those installations use a PHP version >= 5.1.4. All earlier PHP 5 versions have a bug in the zend engine (in the object overloading code) which may cause random PHP crashes. Regards, Jost Boekemeier __________________________________________________________ Gesendet von Yahoo! Mail. Mehr Möglichkeiten, in Kontakt zu bleiben. http://de.overview.mail.yahoo.com |