]> granicus.if.org Git - php/commitdiff
Make it compile
authorSascha Schumann <sas@php.net>
Sat, 18 Mar 2000 17:50:43 +0000 (17:50 +0000)
committerSascha Schumann <sas@php.net>
Sat, 18 Mar 2000 17:50:43 +0000 (17:50 +0000)
sapi/aolserver/aolserver.c

index 1d6ed01a3dcd56fc52afec6873d67d312bb2f9ec..0c844d034e828b35d19951e804e5efa412c2ff7b 100644 (file)
@@ -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);
                        }