summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.h
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2002-11-05 06:05:48 +0000
committerStig Bakken <ssb@php.net>2002-11-05 06:05:48 +0000
commitefeaa5917ccba60850a21322846c8f72bc619c71 (patch)
tree6ea51173e90c5b6f092c19d5f827e6c8ae597c27 /ext/standard/basic_functions.h
parentecb5c7e08edea0a1cc17d4c6477f77819e3b6842 (diff)
downloadphp-git-efeaa5917ccba60850a21322846c8f72bc619c71.tar.gz
Added separate functions for setting include_path, for environments
where ini_set has been disabled. New functions: get_include_path(), set_include_path(), restore_include_path()
Diffstat (limited to 'ext/standard/basic_functions.h')
-rw-r--r--ext/standard/basic_functions.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h
index 83cc764fd6..c1e3feacf1 100644
--- a/ext/standard/basic_functions.h
+++ b/ext/standard/basic_functions.h
@@ -78,6 +78,9 @@ PHP_FUNCTION(ini_get);
PHP_FUNCTION(ini_get_all);
PHP_FUNCTION(ini_set);
PHP_FUNCTION(ini_restore);
+PHP_FUNCTION(get_include_path);
+PHP_FUNCTION(set_include_path);
+PHP_FUNCTION(restore_include_path);
PHP_FUNCTION(print_r);