When I upgraded ioncube loaders in custombuild, I suddenly discovered that custombuild automatically at the same time changed my php.ini at /usr/local/lib/php.ini
Before upgrade of ioncube in custombuild I had these two settings in php.ini:
After doing ./build ioncube custombuild changed those two setting in php.ini to this:
I don't like that custombuild changes my php.ini without warning! Also I am not sure if those changes are good or not. Default production value is reccomended to be "Off", but default value is "On".
I test every change I do, when custombuild changes automatically like this, I have not been given time to test. So I don't like that.
So two questons:
1: Is those changes good and recommended or not? And why was they changed?
2: Why did custombuild change any setting like that in php.ini when I did ./build ioncube? It should not happen.
I don't feel good about this. Edit: I am running cb 2.0, mod_php and mod_ruid2
Before upgrade of ioncube in custombuild I had these two settings in php.ini:
Code:
session.bug_compat_42 = Off
session.bug_compat_warn = Off
After doing ./build ioncube custombuild changed those two setting in php.ini to this:
Code:
;session.bug_compat_42 = Off
;session.bug_compat_warn = Off
I don't like that custombuild changes my php.ini without warning! Also I am not sure if those changes are good or not. Default production value is reccomended to be "Off", but default value is "On".
I test every change I do, when custombuild changes automatically like this, I have not been given time to test. So I don't like that.
So two questons:
1: Is those changes good and recommended or not? And why was they changed?
2: Why did custombuild change any setting like that in php.ini when I did ./build ioncube? It should not happen.
I don't feel good about this. Edit: I am running cb 2.0, mod_php and mod_ruid2
Last edited: