Skip to content

Uncompatible Methods Should Be Noted #367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
zyfdegh opened this issue Nov 29, 2021 · 1 comment
Closed

Uncompatible Methods Should Be Noted #367

zyfdegh opened this issue Nov 29, 2021 · 1 comment

Comments

@zyfdegh
Copy link

zyfdegh commented Nov 29, 2021

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) {}
@lihsai0
Copy link
Collaborator

lihsai0 commented Dec 31, 2021

Apologize for this.

These methods have been changed long ago.

I will try to follow Semantic Versioning

@lihsai0 lihsai0 closed this as completed Dec 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants