Browse Source

Use PEAR bundle from the build template

PHP-5.1
Edin Kadribasic 21 years ago
parent
commit
35f051b502
  1. 2
      win32/build/mkdist.php

2
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 */

Loading…
Cancel
Save