rouralberto / alicloud-php-dns-updater

PHP7+ DNS updater for Alibaba Cloud/Alicloud/Aliyun/Alidns
https://albertoroura.com/dynamic-dns-using-alibaba-cloud-dns-api/
GNU General Public License v3.0
26 stars 20 forks source link

Parse error: syntax error, unexpected ':', expecting ';' or '{' in C:\boxuantech\dns-updater\alicloud-php-updaterecord\V20150109\AlicloudUpdateRecord.php on line 62 #3

Closed ethanleellj closed 6 years ago

ethanleellj commented 6 years ago

Parse error: syntax error, unexpected ':', expecting ';' or '{' in C:\boxuantech\dns-updater\alicloud-php-updaterecord\V20150109\AlicloudUpdateRecord.php on line 62

vc12345679 commented 6 years ago

It's a PHP compatibility issue. Code can only be run in PHP7 environment. We have to modify it to make it work under PHP5.6.

rouralberto commented 6 years ago

As @vc12345679 mentioned, the code is supposed to be executed in modern environments from 7+. Sorry for not mentioning it in the docs.