summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2004-01-03 13:45:12 +0000
committerDerick Rethans <derick@php.net>2004-01-03 13:45:12 +0000
commit22843351bfc356ab2f845ba9b4b7035a2b2a5c0d (patch)
tree445baa47857e264fb2e469ab3fe6977bb21ffb4a /scripts
parent4ddb3d194d2780d7477d4bb4ce65f242cce46df4 (diff)
downloadphp-git-22843351bfc356ab2f845ba9b4b7035a2b2a5c0d.tar.gz
- Show the API numbers again while phpizing.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/phpize.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/phpize.in b/scripts/phpize.in
index 02c3c93df2..95eab18265 100644
--- a/scripts/phpize.in
+++ b/scripts/phpize.in
@@ -139,6 +139,9 @@ case "$1" in
*)
phpize_check_configm4 0
+ phpize_get_api_numbers
+ phpize_print_api_numbers
+
phpize_copy_files
phpize_replace_prefix
@@ -153,4 +156,4 @@ case "$1" in
;;
esac
-exit 0 \ No newline at end of file
+exit 0