| Posted: 17 Feb 2005 15:26 | |
|
Administrator |
Posts: 125 Join Date: Feb 2005 |
|
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. |
|