Skip to content

Commit 2284335

Browse files
committed
- Show the API numbers again while phpizing.
1 parent 4ddb3d1 commit 2284335

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

scripts/phpize.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ case "$1" in
139139
*)
140140
phpize_check_configm4 0
141141

142+
phpize_get_api_numbers
143+
phpize_print_api_numbers
144+
142145
phpize_copy_files
143146

144147
phpize_replace_prefix
@@ -153,4 +156,4 @@ case "$1" in
153156
;;
154157
esac
155158

156-
exit 0
159+
exit 0

0 commit comments

Comments
 (0)