-
Notifications
You must be signed in to change notification settings - Fork 75
Conversation
Did you really just bumped the PHP version requirement from 5.3 to 5.5 on a minor version release here? Or am I overlooking something? |
@cebe yes, and it has been discussed multiple times: not a BC break |
Can you point me to a discussion that came to that conclusion? Imo when I am having a System on PHP 5.4 and I update my ZF component from 2.5.1 to 2.5.2 and it stops working, that is a BC break. |
From http://framework.zend.com/blog/zend-framework-2-5-0-released.html:
|
If you must continue to deploy on PHP 5.4 after 14th September 2015, then use ZF 2.4. |
okay, so it seems you just forgot to update the requirement in composer.json in 2.5.0. Thanks for the link and info! Will use 2.4 for now. |
Yep, There was a confusion when 2.5.0 was published. Sorry for the inconvenience. |
PD: PHP 5.4 will reach EOL next month and no more security patches will receive. |
No description provided.