|
|
@@ -7,25 +7,26 @@ Master: [,
|
|
|
- and deploy using php-fpm in production (or plan to), we recommend upgrading
|
|
|
- immediately.
|
|
|
+This release contains several fixes that address backwards compatibility issues:
|
|
|
+
|
|
|
+- [#591](https://github.com/zendframework/zf1/pull/591) adds PHP 5.2 support for
|
|
|
+ the [ZF2015-06](http://framework.zend.com/security/advisory/ZF2015-06)
|
|
|
+ security fix introduced in 1.12.14.
|
|
|
+- [#587](https://github.com/zendframework/zf1/pull/587) fixes the regular
|
|
|
+ expression used to match a header in `Zend_Http_Response::extractHeaders()`
|
|
|
+ to ensure it allows any valid header name (previously, it failed with header
|
|
|
+ names that included `.` characters), as well as empty header values.
|
|
|
+- [#597](https://github.com/zendframework/zf1/pull/597) updates
|
|
|
+ `Zend_Http_Client_Adapter_Curl` to properly distinguish between the `timeout`
|
|
|
+ configuration setting (which should map to `CURLOPT_CONNECTTIMEOUT` and/or
|
|
|
+ `CURLOPT_CONNECTTIMEOUT_MS`) and the `request_timeout` setting (which should
|
|
|
+ map to `CURLOPT_TIMEOUT` and/or `CURLOPT_TIMEOUT_MS`).
|
|
|
|
|
|
See http://framework.zend.com/changelog for full details.
|
|
|
|