diff options
| author | Hannes Magnusson <bjori@php.net> | 2008-04-11 21:57:58 +0000 |
|---|---|---|
| committer | Hannes Magnusson <bjori@php.net> | 2008-04-11 21:57:58 +0000 |
| commit | 58814762662eebe70f92113bccdcc2f81ddbaecd (patch) | |
| tree | 88bcdca7cf5a677acf41ecd7b893c858edbf4809 /win32/build/mkdist.php | |
| parent | fce4f9600e099cb782d0d352f0f9836cc581ac26 (diff) | |
| download | php-git-58814762662eebe70f92113bccdcc2f81ddbaecd.tar.gz | |
MFH: Update URL for go-pear
Diffstat (limited to 'win32/build/mkdist.php')
| -rw-r--r-- | win32/build/mkdist.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
