From: Hannes Magnusson Date: Fri, 11 Apr 2008 21:57:19 +0000 (+0000) Subject: Update url for go-pear X-Git-Tag: RELEASE_2_0_0b1~446 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a0776965acff97b693bb0e6bc0871625f97bcd9;p=php Update url for go-pear --- diff --git a/win32/build/mkdist.php b/win32/build/mkdist.php index 546af8b0f2..a2d1e92803 100644 --- a/win32/build/mkdist.php +++ b/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";