Browse Source

MFH: Update URL for go-pear

PECL
Hannes Magnusson 18 years ago
parent
commit
5881476266
  1. 2
      win32/build/mkdist.php

2
win32/build/mkdist.php

@ -344,7 +344,7 @@ if (!$use_pear_template) {
/* grab the bootstrap script */
echo "Downloading go-pear\n";
copy("http://go-pear.org/", "$dist_dir/PEAR/go-pear.php");
copy("http://pear.php.net/go-pear", "$dist_dir/PEAR/go-pear.php");
/* import the package list -- sets $packages variable */
include "pear/go-pear-list.php";

Loading…
Cancel
Save