Skip to content

Commit 37e1d7c

Browse files
author
George Wang
committed
[BUGFIX] allow php_admin_value to override value set in php.ini without restriction, like adding an extra directory to open_basedir.
1 parent 821f13f commit 37e1d7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sapi/litespeed/lsapi_main.c

+1
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,7 @@ static int alter_ini( const char * pKey, int keyLen, const char * pValue, int va
574574
++pKey;
575575
if ( *pKey == 4 ) {
576576
type = ZEND_INI_SYSTEM;
577+
stage = PHP_INI_STAGE_ACTIVATE;
577578
}
578579
else
579580
{

0 commit comments

Comments
 (0)