diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 2002-10-06 17:04:10 +0000 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 2002-10-06 17:04:10 +0000 |
| commit | f32d63a3b31003f07a3b69b5c94aa8e93548ca32 (patch) | |
| tree | f7941a8f11040ebc40ddd151c0f4c97ceae44944 /ext/standard/info.h | |
| parent | af14a8e75f40c20f5c8f0ba29d121f2b286559bf (diff) | |
| download | php-git-f32d63a3b31003f07a3b69b5c94aa8e93548ca32.tar.gz | |
Add php_ini_scanned_files() so "make test" can tell you when you have
additional .ini files that are scanned.
Diffstat (limited to 'ext/standard/info.h')
| -rw-r--r-- | ext/standard/info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/info.h b/ext/standard/info.h index d9c9d861ca..caf9f4917c 100644 --- a/ext/standard/info.h +++ b/ext/standard/info.h @@ -63,6 +63,7 @@ PHP_FUNCTION(zend_logo_guid); PHP_FUNCTION(php_egg_logo_guid); PHP_FUNCTION(php_sapi_name); PHP_FUNCTION(php_uname); +PHP_FUNCTION(php_ini_scanned_files); PHPAPI char *php_info_html_esc(char *string TSRMLS_DC); PHPAPI void php_print_info_htmlhead(TSRMLS_D); PHPAPI void php_print_info(int flag TSRMLS_DC); |
