summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-03-04 02:59:14 +0000
committerZeev Suraski <zeev@php.net>2000-03-04 02:59:14 +0000
commitd34b144061a115a66a047fdd9edcddb5aa5767de (patch)
tree105e0bcf459958488973c85603f6db437a770028 /ext/standard/basic_functions.h
parent0d19142fc22b1df6f92d93537d0810e88230692e (diff)
downloadphp-git-d34b144061a115a66a047fdd9edcddb5aa5767de.tar.gz
@- Added parse_ini_file(). Currently implemented in non thread safe version
@ of PHP, and currently lacks section support (Zeev) - Bring the non thread safe .dsp's uptodate
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 d0026e2966..9f4ed101a6 100644
--- a/ext/standard/basic_functions.h
+++ b/ext/standard/basic_functions.h
@@ -107,6 +107,9 @@ PHP_FUNCTION(get_loaded_extensions);
PHP_FUNCTION(extension_loaded);
PHP_FUNCTION(get_extension_funcs);
+/* From the INI parser */
+PHP_FUNCTION(parse_ini_file);
+
#ifdef PHP_WIN32
typedef unsigned int php_stat_len;
#else