-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Bugfix Version jump probably has a BC (from 2.7.1 to 2.7.2) #8
Comments
Right.
You can set your own Thanks for reporting! Originally posted by @froschdesign at zendframework/zend-filter#57 (comment) |
@froschdesign Originally posted by @null9beta at zendframework/zend-filter#57 (comment) |
@froschdesign What about this issue? It has milestone 2.7.3 but I don't think so it's going to be released as we already have 2.8.0 and this problem seems to be not resolved there... Originally posted by @michalbundyra at zendframework/zend-filter#57 (comment) |
Closing as stale |
Hi Zend-Filter Team,
unfortunately the last bugfix update seems to contain a BC.
This is the diff i am talking about.
zendframework/zend-filter@76a6967#diff-d178b1651bd6efe807b184425f956970
The commit message actually just says "Ensure tests run against all PHP versions" but in fact in the file
src/Encrypt/BlockCipher.php
in line 66 and then 68 there is a breaking change.Background:
The Problem:
$cipherPluginManager->has('openssl')
will always return true if you use Zend-Crypt > v3The Result:
$encryptionAlgos
propertyPossible Solution:
Thats my report for now. Shall i create a PullRequest for a potential change including setting the desired cipherType from the config?
Thanks in advance.
Originally posted by @null9beta at zendframework/zend-filter#57
The text was updated successfully, but these errors were encountered: