diff options
author | Pierre Joye <pajoye@php.net> | 2010-09-14 10:36:21 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-09-14 10:36:21 +0000 |
commit | 992991fe1b84b265fb000c76c84bb1809c4db133 (patch) | |
tree | 3d632f6c7447eb30e2998ffbed5c03b548d13e39 /sapi/cli/php_cli.c | |
parent | 1f06a6a4e854cd73539db015c4bf9cfb123b7446 (diff) | |
download | php-git-992991fe1b84b265fb000c76c84bb1809c4db133.tar.gz |
- fix #48831 php -i has different output to php --ini
Diffstat (limited to 'sapi/cli/php_cli.c')
-rw-r--r-- | sapi/cli/php_cli.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 635445e92f..d263f7893b 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -100,6 +100,7 @@ #endif PHPAPI extern char *php_ini_opened_path; +PHPAPI extern char *php_ini_scanned_path; PHPAPI extern char *php_ini_scanned_files; #ifndef O_BINARY |