PHP5.3.xでtimezone関連のエラーが発生するVineLinux5.0にするとPHPのバージョンが5.3.0になる。 Cannot load Zend Extension Manager - it was built with configuration 1.2.0, whereas running engine is API220090626,NTS PHP Warning: require_once(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Tokyo' for 'JST/9.0/no DST' instead in /home/httpd/html/OpenPNE〜〜〜 のようなエラーが出ている。 date.timezone = Asia/Tokyo このエラーはphpinfoでも確認できます。 Cannot load Zend Extension ManagerCannot load Zend Extension Manager - it was built with configuration 1.2.0, whereas running engine is API220090626,NTS このエラーについてはどうもPHP5.3.0にZend Optimizerが対応していないようなので出るエラーのようでした。 対応を待つしかないね。。。
|