D DA_user Verified User Joined Oct 26, 2004 Messages 32 Oct 26, 2004 #1 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.
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.
C Chrysalis Verified User Joined Aug 25, 2004 Messages 1,340 Location uk Oct 26, 2004 #2 yes you can edit /usr/local/lib/php.ini but next time you recompile php it will be overwriteen so back it up.
yes you can edit /usr/local/lib/php.ini but next time you recompile php it will be overwriteen so back it up.
fusionictnl Verified User Joined Jun 22, 2004 Messages 1,029 Location Netherlands Nov 2, 2004 #4 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. Click to expand... 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)
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. Click to expand... 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)