diff options
| author | Stig Bakken <ssb@php.net> | 2000-07-18 11:02:28 +0000 |
|---|---|---|
| committer | Stig Bakken <ssb@php.net> | 2000-07-18 11:02:28 +0000 |
| commit | 7bb67a620032ed679826b103e33282ea2126be70 (patch) | |
| tree | b4b9812fd2e0bf37d156650654b75b2ebf52b799 /main/main.c | |
| parent | bb5987fe7410b2172bc2b96000432899fe1387aa (diff) | |
| download | php-git-7bb67a620032ed679826b103e33282ea2126be70.tar.gz | |
@Set default include_path so PEAR files can be reached (Stig)
Diffstat (limited to 'main/main.c')
| -rw-r--r-- | main/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c index 3330f63ca5..f72083bea8 100644 --- a/main/main.c +++ b/main/main.c @@ -237,7 +237,7 @@ PHP_INI_BEGIN() STD_PHP_INI_ENTRY("error_log", NULL, PHP_INI_ALL, OnUpdateString, error_log, php_core_globals, core_globals) STD_PHP_INI_ENTRY("extension_dir", PHP_EXTENSION_DIR, PHP_INI_SYSTEM, OnUpdateStringUnempty, extension_dir, php_core_globals, core_globals) STD_PHP_INI_ENTRY("gpc_order", "GPC", PHP_INI_ALL, OnUpdateStringUnempty, gpc_order, php_core_globals, core_globals) - STD_PHP_INI_ENTRY("include_path", NULL, PHP_INI_ALL, OnUpdateStringUnempty, include_path, php_core_globals, core_globals) + STD_PHP_INI_ENTRY("include_path", PHP_INCLUDE_PATH, PHP_INI_ALL, OnUpdateStringUnempty, include_path, php_core_globals, core_globals) PHP_INI_ENTRY("max_execution_time", "30", PHP_INI_ALL, OnUpdateTimeout) STD_PHP_INI_ENTRY("open_basedir", NULL, PHP_INI_SYSTEM, OnUpdateStringUnempty, open_basedir, php_core_globals, core_globals) STD_PHP_INI_ENTRY("safe_mode_exec_dir", "1", PHP_INI_SYSTEM, OnUpdateString, safe_mode_exec_dir, php_core_globals, core_globals) |
