From 992991fe1b84b265fb000c76c84bb1809c4db133 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 14 Sep 2010 10:36:21 +0000 Subject: - fix #48831 php -i has different output to php --ini --- sapi/cli/php_cli.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sapi/cli/php_cli.c') 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 -- cgit v1.2.1