diff options
author | Stanislav Malyshev <stas@php.net> | 2012-09-11 23:26:14 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2012-09-11 23:26:14 -0700 |
commit | 27b47d76856be7998417f67895f44918278e35de (patch) | |
tree | 28173cf1f0bfa25da7f0b3d4c1d9aaa96aeebfe7 /NEWS | |
parent | d1b8eeb2d8dda8bc2697d0dcea9c129f6fc77b9a (diff) | |
download | php-git-PHP-5.4.7.tar.gz |
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,9 +1,11 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -30 Aug 2012, PHP 5.4.7 RC1 +13 Sep 2012, PHP 5.4.7 - Core: . Fixed bug (segfault while build with zts and GOTO vm-kind). (Laruence) + . Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" + Windows registry). (Felipe) . Fixed bug #62844 (parse_url() does not recognize //). (Andrew Faulds). . Fixed bug #62829 (stdint.h included on platform where HAVE_STDINT_H is not set). (Felipe) @@ -24,7 +26,7 @@ PHP NEWS - CURL: . Fixed bug #62912 (CURLINFO_PRIMARY_* AND CURLINFO_LOCAL_* not exposed). - (Pierrick) + (Pierrick) . Fixed bug #62839 (curl_copy_handle segfault with CURLOPT_FILE). (Pierrick) - DateTime: |