From: Sascha Schumann Date: Sat, 18 Mar 2000 17:50:43 +0000 (+0000) Subject: Make it compile X-Git-Tag: PHP-4.0-RC1~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=608b96a8aa5c9c79c6fb83fc13e2406f41c32b13;p=php Make it compile --- diff --git a/sapi/aolserver/aolserver.c b/sapi/aolserver/aolserver.c index 1d6ed01a3d..0c844d034e 100644 --- a/sapi/aolserver/aolserver.c +++ b/sapi/aolserver/aolserver.c @@ -566,7 +566,7 @@ php_ns_config(php_ns_context *ctx, char global) Ns_Log(Debug, "PHP configuration option '%s=%s'", new_key, val); php_alter_ini_entry(new_key, strlen(new_key) + 1, val, - strlen(val) + 1, PHP_INI_SYSTEM); + strlen(val) + 1, PHP_INI_SYSTEM, PHP_INI_STAGE_RUNTIME); efree(new_key); }