From d34b144061a115a66a047fdd9edcddb5aa5767de Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 4 Mar 2000 02:59:14 +0000 Subject: @- 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 --- ext/standard/basic_functions.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/standard/basic_functions.h') 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 -- cgit v1.2.1