これはエラーログからです:
PHP Warning: PHP Startup: BOPEE Extension: Unable to initialize module
Module compiled with build ID=API20090626,TS,VC9
PHP compiled with build ID=API20090626,NTS,VC9
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: CustomExt Module: Unable to initialize module
Module compiled with build ID=API20090626,TS,VC9
PHP compiled with build ID=API20090626,NTS,VC9
These options need to match
in Unknown on line 0
PHP のスレッドセーフでないソースを入手するにはどうすればよいですか? windows.php.net/download で見つけた唯一のダウンロード リンクはhttp://windows.php.net/downloads/releases/php-5.3.2-src.zipであり、スレッドセーフ コードのようです --- または実際に非スレッドセーフであることをソースに伝える方法はありますか?
--disable-zts
のコマンドラインを入れようとしましたが、それはconfigure.bat
からの出力に良い影響を与えますがconfigure.bat
、ソースのスレッドセーフ性が低下するようには見えません。