Requires PHP 7.1
parent
accc15b3d8
commit
769b91cec9
|
@ -457,7 +457,7 @@ function oss_read_dir_queue($homePath, $uploadPath)
|
||||||
$foundFiles = [];
|
$foundFiles = [];
|
||||||
|
|
||||||
while (!$dirsToProcess->isEmpty()) {
|
while (!$dirsToProcess->isEmpty()) {
|
||||||
list($currentDir, $relativeDir) = $dirsToProcess->dequeue();
|
[$currentDir, $relativeDir] = $dirsToProcess->dequeue();
|
||||||
|
|
||||||
foreach (new DirectoryIterator($currentDir) as $fileInfo) {
|
foreach (new DirectoryIterator($currentDir) as $fileInfo) {
|
||||||
if ($fileInfo->isDot()) continue;
|
if ($fileInfo->isDot()) continue;
|
||||||
|
|
|
@ -4,7 +4,7 @@ Donate link: https://qq52o.me/sponsor.html
|
||||||
Tags: oss, 阿里云, 对象存储, aliyun
|
Tags: oss, 阿里云, 对象存储, aliyun
|
||||||
Requires at least: 4.6
|
Requires at least: 4.6
|
||||||
Tested up to: 6.5
|
Tested up to: 6.5
|
||||||
Requires PHP: 7.0
|
Requires PHP: 7.1
|
||||||
Stable tag: 1.4.13
|
Stable tag: 1.4.13
|
||||||
License: Apache2.0
|
License: Apache2.0
|
||||||
License URI: http://www.apache.org/licenses/LICENSE-2.0.html
|
License URI: http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
|
Loading…
Reference in New Issue