mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-26 07:19:20 +00:00
Fix unsupported short hand array for PHP 5.3
This commit is contained in:
@@ -4,7 +4,7 @@ require __DIR__ . '/vendor/autoload.php';
|
||||
use \Curl\MultiCurl;
|
||||
|
||||
$server_count = 10;
|
||||
$urls = [];
|
||||
$urls = array();
|
||||
$port = 8000;
|
||||
for ($i = 0; $i < $server_count; $i++) {
|
||||
$port += 1;
|
||||
|
||||
Reference in New Issue
Block a user