Skip to content

Commit 608b96a

Browse files
author
Sascha Schumann
committed
Make it compile
1 parent e88bde0 commit 608b96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/aolserver/aolserver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ php_ns_config(php_ns_context *ctx, char global)
566566

567567
Ns_Log(Debug, "PHP configuration option '%s=%s'", new_key, val);
568568
php_alter_ini_entry(new_key, strlen(new_key) + 1, val,
569-
strlen(val) + 1, PHP_INI_SYSTEM);
569+
strlen(val) + 1, PHP_INI_SYSTEM, PHP_INI_STAGE_RUNTIME);
570570

571571
efree(new_key);
572572
}

0 commit comments

Comments
 (0)