Posted by Daniel on 11/07/34 11:32
I finally figured out why it was not working.
PHP is picking up the same php.ini file being used for the website and
that contains an auto_prepend file, and it was running into errors,
thus the service was not getting created.
If I disable the auto_prepend file it works Ok. I just need to create a
separete PHP folder with the executables and a special php.ini for this
purpose.
Thank you
Daniel
[Back to original message]
|