cellog Sun Aug 31 19:51:50 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/phar config.w32
Log:
temp bandaid on broken build system, revert when snapshot build is fixed in
win32
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/config.w32?r1=1.27.2.5&r2=1.27.2.6&diff_format=u
Index: php-src/ext/phar/config.w32
diff -u php-src/ext/phar/config.w32:1.27.2.5
php-src/ext/phar/config.w32:1.27.2.6
--- php-src/ext/phar/config.w32:1.27.2.5 Mon Aug 18 14:58:03 2008
+++ php-src/ext/phar/config.w32 Sun Aug 31 19:51:49 2008
@@ -1,7 +1,8 @@
-// $Id: config.w32,v 1.27.2.5 2008/08/18 14:58:03 cellog Exp $
+// $Id: config.w32,v 1.27.2.6 2008/08/31 19:51:49 cellog Exp $
// vim:ft=javascript
-ARG_ENABLE("phar", "disable phar support", "yes");
+// this next line should be changed back to "yes" after fixes are committed to
the snapshot build process
+ARG_ENABLE("phar", "disable phar support", false);
ARG_ENABLE("phar-native-ssl", "enable phar with native OpenSSL support", "no");
if (PHP_PHAR_NATIVE_SSL != "no") {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php