summaryrefslogtreecommitdiff
path: root/main/main.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2002-05-11 03:41:17 +0000
committerZeev Suraski <zeev@php.net>2002-05-11 03:41:17 +0000
commit5af649efbdbb756b4e632ff67d04af9905ad328f (patch)
tree557eb33d245ce60dcd88befda1c000360244b3b4 /main/main.c
parentce20564d1e2f8999eb3ff3cf7e593b9da4b5f86e (diff)
downloadphp-git-5af649efbdbb756b4e632ff67d04af9905ad328f.tar.gz
Revert to the old php_ini.c, and reimplement the binary-path searching.
Should now also work under UNIX (CLI/CGI)
Diffstat (limited to 'main/main.c')
-rw-r--r--main/main.c2
1 files changed, 1 insertions, 1 deletions
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;
}