Requires PHP 7.1

pull/38/head
sy-records 2024-06-06 08:32:07 +08:00
parent accc15b3d8
commit 769b91cec9
No known key found for this signature in database
GPG Key ID: C3BB4FF13CD72ACE
2 changed files with 2 additions and 2 deletions

View File

@ -457,7 +457,7 @@ function oss_read_dir_queue($homePath, $uploadPath)
$foundFiles = [];
while (!$dirsToProcess->isEmpty()) {
list($currentDir, $relativeDir) = $dirsToProcess->dequeue();
[$currentDir, $relativeDir] = $dirsToProcess->dequeue();
foreach (new DirectoryIterator($currentDir) as $fileInfo) {
if ($fileInfo->isDot()) continue;

View File

@ -4,7 +4,7 @@ Donate link: https://qq52o.me/sponsor.html
Tags: oss, 阿里云, 对象存储, aliyun
Requires at least: 4.6
Tested up to: 6.5
Requires PHP: 7.0
Requires PHP: 7.1
Stable tag: 1.4.13
License: Apache2.0
License URI: http://www.apache.org/licenses/LICENSE-2.0.html