Hi
I need to increase the value of suhosin.get.max_value_length from the default 512 to 2048.
I've done this in the /usr/local/php55/lib/php.conf.d/10-directadmin.ini file like so and it works:
However, whenever I update PHP to a newer version using CustomBuild, it seems like the /usr/local/php55/lib/php.conf.d/10-directadmin.ini file is restored to its original state. It does not keep any of the customizations.
Is there a way to permanently keep the customizations made to the /usr/local/php55/lib/php.conf.d/10-directadmin.ini file?
Please advise, thanks.
I need to increase the value of suhosin.get.max_value_length from the default 512 to 2048.
I've done this in the /usr/local/php55/lib/php.conf.d/10-directadmin.ini file like so and it works:
Code:
suhosin.get.max_value_length=2048
However, whenever I update PHP to a newer version using CustomBuild, it seems like the /usr/local/php55/lib/php.conf.d/10-directadmin.ini file is restored to its original state. It does not keep any of the customizations.
Is there a way to permanently keep the customizations made to the /usr/local/php55/lib/php.conf.d/10-directadmin.ini file?
Please advise, thanks.