wez             Sat Jul 31 14:59:50 2004 EDT

  Modified files:              
    /php-src/win32/build        mkdist.php 
  Log:
  Go with new go-pear infrastructure
  
  
http://cvs.php.net/diff.php/php-src/win32/build/mkdist.php?r1=1.10&r2=1.11&ty=u
Index: php-src/win32/build/mkdist.php
diff -u php-src/win32/build/mkdist.php:1.10 php-src/win32/build/mkdist.php:1.11
--- php-src/win32/build/mkdist.php:1.10 Thu Apr  8 09:36:11 2004
+++ php-src/win32/build/mkdist.php      Sat Jul 31 14:59:50 2004
@@ -1,4 +1,4 @@
-<?php # $Id: mkdist.php,v 1.10 2004/04/08 13:36:11 wez Exp $
+<?php # $Id: mkdist.php,v 1.11 2004/07/31 18:59:50 wez Exp $
 /* piece together a windows binary distro */
 
 $build_dir = $argv[1];
@@ -333,7 +333,7 @@
 
 /* change this next line to true to use good-old
  * hand-assembled go-pear-bundle from the snapshot template */
-$use_pear_template = true;
+$use_pear_template = false;
 
 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

Reply via email to