Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Commit db63250

Browse files
committed
Add vendor dir symlink for examples
1 parent fc61688 commit db63250

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/progress_advanced.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
$curl->complete(function($instance) {
2828
echo "\n" . 'download complete' . "\n";
2929
});
30-
$curl->download('https://php.net/distributions/manual/php_manual_en.html.gz', '/tmp/php_manual_en.html.gz');
30+
$curl->download('https://secure.php.net/distributions/manual/php_manual_en.html.gz', '/tmp/php_manual_en.html.gz');

examples/vendor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../vendor

0 commit comments

Comments
 (0)