Skip to content

Commit 1e1695e

Browse files
author
George Wang
committed
Merge branch 'PHP-7.1' into PHP-7.2
2 parents 2115878 + 37e1d7c commit 1e1695e

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)