]> granicus.if.org Git - php/commitdiff
- Explicitly return "0" at the end of the script. For some weird reason it
authorDerick Rethans <derick@php.net>
Tue, 22 Oct 2002 11:21:38 +0000 (11:21 +0000)
committerDerick Rethans <derick@php.net>
Tue, 22 Oct 2002 11:21:38 +0000 (11:21 +0000)
  was returning error code 256 for me. This fixes pear install <pecl>.tar.gz
  for me.
#- Not sure if this is correct though

pear/scripts/phpize.in

index 4493c684605b8786671b9ed97b3a9cd8ca27020e..d9dcb1cd75213669e3d041f9cb89345fd67dc394 100644 (file)
@@ -38,3 +38,5 @@ echo "Configuring for:"
 echo "  PHP Api Version:  "$PHP_API_VERSION
 echo "  Zend Module Api No:  "$ZEND_MODULE_API_NO
 echo "  Zend Extension Api No:  "$ZEND_EXTENSION_API_NO
+
+exit 0