From: Sascha Schumann Date: Mon, 13 Dec 1999 16:23:57 +0000 (+0000) Subject: (php_ns_config) use 3.0's Ns_ConfigGetPath instead of Ns_ConfigPath X-Git-Tag: PRE_RETURN_REF_MERGE~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08d762cb0c6294b969fb84e9936bc0deff52e1ca;p=php (php_ns_config) use 3.0's Ns_ConfigGetPath instead of Ns_ConfigPath --- diff --git a/sapi/aolserver/aolserver.c b/sapi/aolserver/aolserver.c index 7786652eef..1783eedd45 100644 --- a/sapi/aolserver/aolserver.c +++ b/sapi/aolserver/aolserver.c @@ -516,7 +516,7 @@ php_ns_config(php_ns_context *ctx) char *path; Ns_Set *set; - path = Ns_ConfigPath(ctx->ns_server, ctx->ns_module, NULL); + path = Ns_ConfigGetPath(ctx->ns_server, ctx->ns_module, NULL); set = Ns_ConfigGetSection(path); for(i = 0; set && i < Ns_SetSize(set); i++) {