jan Sat Jan 3 09:03:47 2004 EDT
Modified files:
/php-src/scripts phpize.in
Log:
- remove unneeded subroutine call
Index: php-src/scripts/phpize.in
diff -u php-src/scripts/phpize.in:1.12 php-src/scripts/phpize.in:1.13
--- php-src/scripts/phpize.in:1.12 Sat Jan 3 08:45:12 2004
+++ php-src/scripts/phpize.in Sat Jan 3 09:03:46 2004
@@ -130,7 +130,6 @@
# Version
--version|-v)
- phpize_get_api_numbers
phpize_print_api_numbers
exit 0
;;
@@ -139,7 +138,6 @@
*)
phpize_check_configm4 0
- phpize_get_api_numbers
phpize_print_api_numbers
phpize_copy_files
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php