File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ php_cli_binary=NONE
19
19
php_cgi_binary=NONE
20
20
configure_options=" @CONFIGURE_OPTIONS@"
21
21
php_sapis=" @PHP_INSTALLED_SAPIS@"
22
+ ini_dir=" @EXPANDED_PHP_CONFIG_FILE_SCAN_DIR@"
23
+ ini_path=" @EXPANDED_PHP_CONFIG_FILE_PATH@"
22
24
23
25
# Set php_cli_binary and php_cgi_binary if available
24
26
for sapi in $php_sapis ; do
@@ -63,6 +65,10 @@ case "$1" in
63
65
echo $configure_options ;;
64
66
--man-dir)
65
67
echo $man_dir ;;
68
+ --ini-path)
69
+ echo $ini_path ;;
70
+ --ini-dir)
71
+ echo $ini_dir ;;
66
72
--version)
67
73
echo $version ;;
68
74
--vernum)
@@ -80,6 +86,8 @@ Options:
80
86
--man-dir [$man_dir ]
81
87
--php-binary [$php_binary ]
82
88
--php-sapis [$php_sapis ]
89
+ --ini-path [$ini_path ]
90
+ --ini-dir [$ini_dir ]
83
91
--configure-options [$configure_options ]
84
92
--version [$version ]
85
93
--vernum [$vernum ]
You can’t perform that action at this time.
0 commit comments