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