diff options
author | Stanislav Malyshev <stas@php.net> | 2012-05-28 18:17:21 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2012-05-28 18:17:21 -0700 |
commit | 9b3358599f587f529d584d2388fe3ef42742c768 (patch) | |
tree | 36b4ceb505a5250c950bcb6ee10239aa86004b11 | |
parent | bb963a5f501c7b12cdeaf9f92122aaa0e1209adc (diff) | |
download | php-git-9b3358599f587f529d584d2388fe3ef42742c768.tar.gz |
update NEWS
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,6 +1,17 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 30 May 2012, PHP 5.4.4 RC2 +- COM: + . Fixed bug #62146 com_dotnet cannot be built shared. (Johannes) + +- Core: + . Fixed bug #62097 (fix for for bug #54547). (Gustavo) + +- Intl: + . Fixed bug #62082 (Memory corruption in internal function + get_icu_disp_value_src_php()). (Gustavo) + +17 May 2012, PHP 5.4.4 RC1 - CLI Server: . Implemented FR #61977 (Need CLI web-server support for files with .htm & |