Updating php.ini

DA_user

Verified User
Joined
Oct 26, 2004
Messages
33
Hi,
is it possible to update / reconfigure the php.ini file when using DirectAdmin? Among other things I want to change the max upload file size and install Zend Optimizer.
 
yes you can edit /usr/local/lib/php.ini but next time you recompile php it will be overwriteen so back it up.
 
Chrysalis said:
yes you can edit /usr/local/lib/php.ini but next time you recompile php it will be overwriteen so back it up.

On next compile PHP will NOT overwrite the php.ini

It never overwrites it when it founds it. You can see this very clearly on ./build php

one of the last line is: php.ini already exists skipping (or something)
 
Back
Top