Code Comments
Programming Forum and web based access to our favorite programming groups.From: trobinson at kgsystems dot swap-the-k-and-g dot com Operating system: any PHP version: Irrelevant PHP Bug Type: Website problem Bug description: Please add an alternate download link, like Sourceforge Description: ------------ Suggestion: On download pages, add an alternate link if the download does not start automatically. When downloading anything, I often use a Windows browser to reach the download page, then copy the download link and paste it into a Linux terminal window like this: curl -O http://ca3.php.net/distributions/php-5.0.4.tar.bz2 However, php.net downloads reveal the true path only through an HTTP Location: redirect. If I try to curl the download link I get this: curl -O http://ca3.php.net/get/php-5.0.4.ta...rom/this/mirror This doesn't work, since curl doesn't follow the redirect. Sourceforge has lots of mirrors too, but solves my problem in a simple way. After choosing a download mirror, the download page shows something linke this: Your download should begin shortly. If it does not, try: http:// (link to actual download file) The download then starts, but I cancel it. Then I copy the above link, and paste it into my curl command. I realize that wget would work, but curl is more basic. I currently grab the true download path from the HTTP header, using Firefox "Live HTTP Headers". ...Tom Robinson -- Edit bug report at http://bugs.php.net/?id=32884&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=3288...2884&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=3288...32884&r=support Expected behavior: http://bugs.php.net/fix.php?id=32884&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=3288...edtwice register_globals: http://bugs.php.net/fix.php?id=32884&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=32884&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=32884&r=dst IIS Stability: http://bugs.php.net/fix.php?id=32884&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=32884&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=32884&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=32884&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=32884&r=mysqlcfg
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.