Re: [users@httpd] Can't start server due to dll

2013-12-27 Thread Fred Miller
Thank you, Yehuda. Fred On Fri, Dec 27, 2013 at 12:06 PM, Yehuda Katz wrote: > PHP should be in your PATH. My solution was to add the entire PHP > directory (for me: C:\Web\PHP5\) to the path. > How to set the path and environment variables in > Windows

Re: [users@httpd] Can't start server due to dll

2013-12-27 Thread Yehuda Katz
PHP should be in your PATH. My solution was to add the entire PHP directory (for me: C:\Web\PHP5\) to the path. How to set the path and environment variables in Windows And this is my PHP configuration (for Apache 2.4, but it is basically the same

[users@httpd] Can't start server due to dll

2013-12-27 Thread Fred Miller
I've tried following instructions for php5 with Apache server on Windows XP. I've followed all the instructions for modifying the conf file, and the dll file for php is in the php5 folder for php5apache2_2.dllbut every time I try to start the server it fails saying it can't find that dll file.