qiniu/php-sdk

Uncompatible Methods Should Be Noted

Closed this issue · 1 comments

When I upgrade version 7.0.8 to 7.4.1,this method has changed

# File: src/Qiniu/Processing/PersistentFop.php

# old
public function __construct($auth, $bucket, $pipeline = null, $notify_url = null, $force = false) {}
public function execute($key, $fops) {}

# new
public function __construct($auth, $config = null) {}
public function execute($bucket, $key, $fops, $pipeline = null, $notify_url = null, $force = false) {}

Apologize for this.

These methods have been changed long ago.

I will try to follow Semantic Versioning