summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli.c
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-09-14 10:36:21 +0000
committerPierre Joye <pajoye@php.net>2010-09-14 10:36:21 +0000
commit992991fe1b84b265fb000c76c84bb1809c4db133 (patch)
tree3d632f6c7447eb30e2998ffbed5c03b548d13e39 /sapi/cli/php_cli.c
parent1f06a6a4e854cd73539db015c4bf9cfb123b7446 (diff)
downloadphp-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.c1
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