From 5af649efbdbb756b4e632ff67d04af9905ad328f Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 11 May 2002 03:41:17 +0000 Subject: Revert to the old php_ini.c, and reimplement the binary-path searching. Should now also work under UNIX (CLI/CGI) --- main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/main.c') diff --git a/main/main.c b/main/main.c index 72c91096ac..982220ce64 100644 --- a/main/main.c +++ b/main/main.c @@ -959,7 +959,7 @@ int php_module_startup(sapi_module_struct *sf) /* this will read in php.ini, set up the configuration parameters, load zend extensions and register php function extensions to be loaded later */ - if (php_init_config(sf->php_ini_path_override) == FAILURE) { + if (php_init_config() == FAILURE) { return FAILURE; } -- cgit v1.2.1