summaryrefslogtreecommitdiff
path: root/ext/standard/info.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/info.h')
-rw-r--r--ext/standard/info.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/standard/info.h b/ext/standard/info.h
index cbfdef2be..e41257a18 100644
--- a/ext/standard/info.h
+++ b/ext/standard/info.h
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: info.h,v 1.38.2.1.2.4 2007/02/08 16:55:34 helly Exp $ */
+/* $Id: info.h,v 1.38.2.1.2.5 2007/06/09 11:44:08 sniper Exp $ */
#ifndef INFO_H
#define INFO_H
@@ -66,6 +66,7 @@ PHP_FUNCTION(php_egg_logo_guid);
PHP_FUNCTION(php_sapi_name);
PHP_FUNCTION(php_uname);
PHP_FUNCTION(php_ini_scanned_files);
+PHP_FUNCTION(php_ini_loaded_file);
PHPAPI char *php_info_html_esc(char *string TSRMLS_DC);
PHPAPI void php_info_html_esc_write(char *string, int str_len TSRMLS_DC);
PHPAPI void php_print_info_htmlhead(TSRMLS_D);