I've just started developing a new extension, checked out the latest
source and found this snafu. I assume it's a typo.
-Stut
Index: phpize.in
===================================================================
RCS file: /repository/php-src/scripts/phpize.in,v
retrieving revision 1.32
diff -u -u -r1.32 phpize.in
--- phpize.in 17 Jul 2006 01:17:00 -0000 1.32
+++ phpize.in 23 Jul 2006 20:21:05 -0000
@@ -102,7 +102,7 @@
test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf
test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader
- if ! text -x $PHP_AUTOCONF && ! test -x "`$php_shtool path $PHP_AUTOCONF`"; then
+ if ! test -x $PHP_AUTOCONF && ! test -x "`$php_shtool path $PHP_AUTOCONF`"; then
cat <<EOF
Cannot find autoconf. Please check your autoconf installation and the
\$PHP_AUTOCONF environment variable. Then, rerun this script.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php