@@ -7,27 +7,12 @@ Master: [ 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 ` ).
30
-
31
16
See http://framework.zend.com/changelog for full details.
32
17
33
18
NEW FEATURES
0 commit comments