phpsocket_create呼び出しの問題
システムはWIN2003、IIS+PHP+DZ(php5isapi.dll)で構築した環境です。
DZX2フォーラムは全く問題ありませんが、php xxxを手動で実行すると.php ファイルを開くと、socket_create が要求されます。呼び出しが失敗しました。
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> D:\host\php>php-cgi.exe D:\Host\php\cross.php X-Powered-By: PHP/5.2.5 Content-type: text/html <br /> <b>Fatal error</b>: Call to undefined function socket_create() in <b>D:\host\p p\cross.php</b> on line <b>66</b><br /> Error in my_thread_global_end(): 1 threads didn't exit D:\host\php>
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> D:\host\php>php.exe cross.php Fatal error: Call to undefined function socket_create() in D:\host\php\cross.php on line 66 D:\host\php>