johannes Wed Jan 28 20:39:16 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/phar config.m4
Log:
Properly disable phar for the moment
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/config.m4?r1=1.27.2.9&r2=1.27.2.10&diff_format=u
Index: php-src/ext/phar/config.m4
diff -u php-src/ext/phar/config.m4:1.27.2.9 php-src/ext/phar/config.m4:1.27.2.10
--- php-src/ext/phar/config.m4:1.27.2.9 Wed Jan 28 15:53:29 2009
+++ php-src/ext/phar/config.m4 Wed Jan 28 20:39:15 2009
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.27.2.9 2009/01/28 15:53:29 scottmac Exp $
+dnl $Id: config.m4,v 1.27.2.10 2009/01/28 20:39:15 johannes Exp $
dnl config.m4 for extension phar
PHP_ARG_ENABLE(phar, for phar archive support,
@@ -8,6 +8,7 @@
PHP_C_BIGENDIAN
if test $ac_cv_c_bigendian_php = yes; then
AC_MSG_WARN([Disabling Phar due to crash bugs on big endian systems])
+ PHP_PHAR=no
else
PHP_NEW_EXTENSION(phar, util.c tar.c zip.c stream.c func_interceptors.c
dirstream.c phar.c phar_object.c phar_path_check.c, $ext_shared)
AC_MSG_CHECKING([for phar openssl support])
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php