edink Sat Mar 26 16:32:21 2005 EDT Modified files: /php-src/win32/build mkdist.php Log: Use PEAR bundle from the build template http://cvs.php.net/diff.php/php-src/win32/build/mkdist.php?r1=1.12&r2=1.13&ty=u Index: php-src/win32/build/mkdist.php diff -u php-src/win32/build/mkdist.php:1.12 php-src/win32/build/mkdist.php:1.13 --- php-src/win32/build/mkdist.php:1.12 Fri Feb 25 19:37:10 2005 +++ php-src/win32/build/mkdist.php Sat Mar 26 16:32:20 2005 @@ -1,4 +1,4 @@ -<?php # $Id: mkdist.php,v 1.12 2005/02/26 00:37:10 edink Exp $ +<?php # $Id: mkdist.php,v 1.13 2005/03/26 21:32:20 edink Exp $ /* piece together a windows binary distro */ $build_dir = $argv[1]; @@ -335,7 +335,7 @@ /* change this next line to true to use good-old * hand-assembled go-pear-bundle from the snapshot template */ -$use_pear_template = false; +$use_pear_template = true; if (!$use_pear_template) { /* Let's do a PEAR-less pear setup */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php