Skip to content

Commit 23bf377

Browse files
committed
[fix] fix broken url in examples/parallel-download.php
1 parent a6de34d commit 23bf377

File tree

2 files changed

+65
-62
lines changed

2 files changed

+65
-62
lines changed

composer.lock

Lines changed: 64 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/parallel-download.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
$files = array(
1010
'node-v0.6.18.tar.gz' => 'http://nodejs.org/dist/v0.6.18/node-v0.6.18.tar.gz',
11-
'php-5.4.3.tar.gz' => 'http://it.php.net/get/php-5.4.3.tar.gz/from/this/mirror',
11+
'php-5.5.15.tar.gz' => 'http://it.php.net/get/php-5.5.15.tar.gz/from/this/mirror',
1212
);
1313

1414
foreach ($files as $file => $url) {

0 commit comments

Comments
 (0)