Hannes Magnusson wrote:
> bjori         Fri Apr 11 21:57:58 2008 UTC
> 
>   Modified files:              (Branch: PHP_5_3)
>     /php-src/win32/build      mkdist.php 
>   Log:
>   MFH: Update URL for go-pear
>   
>   
> http://cvs.php.net/viewvc.cgi/php-src/win32/build/mkdist.php?r1=1.13.4.1&r2=1.13.4.1.2.1&diff_format=u
> Index: php-src/win32/build/mkdist.php
> diff -u php-src/win32/build/mkdist.php:1.13.4.1 
> php-src/win32/build/mkdist.php:1.13.4.1.2.1
> --- php-src/win32/build/mkdist.php:1.13.4.1   Tue Dec 19 10:26:01 2006
> +++ php-src/win32/build/mkdist.php    Fri Apr 11 21:57:58 2008
> @@ -1,4 +1,4 @@
> -<?php # $Id: mkdist.php,v 1.13.4.1 2006/12/19 10:26:01 edink Exp $
> +<?php # $Id: mkdist.php,v 1.13.4.1.2.1 2008/04/11 21:57:58 bjori Exp $
>  /* piece together a windows binary distro */
>  
>  $build_dir = $argv[1];
> @@ -344,7 +344,7 @@
>  
>       /* 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";

This should no longer be used.  go-pear.phar
(http://pear.php.net/go-pear.phar) has been used since PHP 5.1

Greg

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to