php - php_dio & php_win32service won't work on wamp server 2.5

937

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

91

Answer

Solution:

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

  • Theextension=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 theextension=php_xxx.dll line does not exist in the php.ini file.

So which did you forget to do?

Also remember there are 2php.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

People are also looking for solutions to the problem: javascript - Error with JQUERY in Multimedia Library of Wordpress

Source

Didn't find the answer?

Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.

Ask a Question

Write quick answer

Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.

Similar questions

Find the answer in similar questions on our website.