diff options
author | Zeev Suraski <zeev@php.net> | 2002-05-11 03:41:17 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2002-05-11 03:41:17 +0000 |
commit | 5af649efbdbb756b4e632ff67d04af9905ad328f (patch) | |
tree | 557eb33d245ce60dcd88befda1c000360244b3b4 /main/php_ini.h | |
parent | ce20564d1e2f8999eb3ff3cf7e593b9da4b5f86e (diff) | |
download | php-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/php_ini.h')
-rw-r--r-- | main/php_ini.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_ini.h b/main/php_ini.h index de7566b6d7..a191c3b978 100644 --- a/main/php_ini.h +++ b/main/php_ini.h @@ -21,7 +21,7 @@ #include "zend_ini.h" -int php_init_config(char *php_ini_path_override); +int php_init_config(); int php_shutdown_config(void); void php_ini_delayed_modules_startup(TSRMLS_D); zval *cfg_get_entry(char *name, uint name_length); |