Hello All,
I just found a page where they present a new extension named "win32service" that allows developers to run a php script as a service. This is obviously wonderful for daemons. The problem is that they don't explain at all how to make it working 🙂)
The URL is here http://netevil.org/node.php?nid=172&SC=1
I downloaded the dll and placed into my ext directory and into system32 & system. I added this extension in php.ini but when I try to restart apache, it always says:
"The procedure entry point _zval_dtor could not be located in the dynamic link library php5ts.dll"
I guess I'm missing something or there must be a problem of compilation compatibility or something like this but I don't know exactly what.
Any help would be greatly appreciated.
Thanks 🙂