dqwr32867 2015-08-08 16:27
浏览 42
已采纳

php_dio和php_win32service将无法在wamp服务器2.5上运行

I'm trying to use php_dio & php_win32service because I want to query COM10 on my server using php and also get status & restart some of my win services.

Although I'm using the correct dlls (for PHP 5.5 X64 thread safe) I keep getting warning icon on the extensions and there is no error on php log.

I'm clueless what can be done.

please advise.

enter image description here

  • 写回答

1条回答 默认 最新

  • dpmkif3097 2015-08-09 11:10
    关注

    The Warning icon is presented in that menu for 2 possible reasons

    • The extension=php_xxx.dll exists in the php.ini file but the dll does not exist in the \ext folder.

    • The dll exists in \ext folder but the extension=php_xxx.dll line does not exist in the php.ini file.

    So which did you forget to do?

    Also remember there are 2 php.ini files :-

    • The one in \wamp\bin\php\php{version}\php.ini is used by PHP CLI only
    • The one you can edit using the wampmanager->PHP->php.ini menus which is used by when running under Apache.

    You say you have used the correct dll's but just to be sure for WAMPServer 2.5 using Apache2.2.9 you need the Thread Safe + VC11 compiled versions

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?