cellog Sun Mar 1 07:25:24 2009 UTC
Modified files:
/php-src/ext/phar config.w32
Log:
re-disable phar in HEAD on windows
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/config.w32?r1=1.31&r2=1.32&diff_format=u
Index: php-src/ext/phar/config.w32
diff -u php-src/ext/phar/config.w32:1.31 php-src/ext/phar/config.w32:1.32
--- php-src/ext/phar/config.w32:1.31 Sun Mar 1 07:07:14 2009
+++ php-src/ext/phar/config.w32 Sun Mar 1 07:25:24 2009
@@ -1,7 +1,7 @@
-// $Id: config.w32,v 1.31 2009/03/01 07:07:14 cellog Exp $
+// $Id: config.w32,v 1.32 2009/03/01 07:25:24 cellog Exp $
// vim:ft=javascript
-ARG_ENABLE("phar", "disable phar support", "yes");
+ARG_ENABLE("phar", "enable phar support", "no");
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