From: Edin Kadribasic Date: Sat, 26 Mar 2005 21:32:20 +0000 (+0000) Subject: Use PEAR bundle from the build template X-Git-Tag: php-5.0.1b1~674 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35f051b50209cab22c320e682fd8e7e1182cb43c;p=php Use PEAR bundle from the build template --- diff --git a/win32/build/mkdist.php b/win32/build/mkdist.php index ed4e86477d..51c304909d 100644 --- a/win32/build/mkdist.php +++ b/win32/build/mkdist.php @@ -335,7 +335,7 @@ function copy_dir($source, $dest) /* 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 */