»User: »Password:   Remember Me? 
>e-novative> Support and Discussion Forums / >e-novative> WAMP / Frequently Asked Questions / I have modified php.ini but the changes are not effective. What is wrong?
Posted:  17 Feb 2005 15:26
After editing php.ini in your Windows directory, you must restart Apache. The easiest way to this is by rebooting your PC. Alternatively, you can use a command shell and type
Code:


net stop apache
net start apache

Now the modified php.ini settings are effective.