mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[BUGFIX] allow php_admin_value to override value set in php.ini without restriction, like adding an extra directory to open_basedir.
This commit is contained in:
parent
821f13fd79
commit
37e1d7c776
1 changed files with 1 additions and 0 deletions
|
@ -574,6 +574,7 @@ static int alter_ini( const char * pKey, int keyLen, const char * pValue, int va
|
|||
++pKey;
|
||||
if ( *pKey == 4 ) {
|
||||
type = ZEND_INI_SYSTEM;
|
||||
stage = PHP_INI_STAGE_ACTIVATE;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue