diff options
author | Johannes Schlüter <johannes@php.net> | 2012-05-30 21:46:28 +0200 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2012-05-30 21:46:28 +0200 |
commit | dd3fa4f89669702b7d9dbeccf2baa6b4c4be0e94 (patch) | |
tree | 646b7dd635101e141cfc4a7c2da8636caa86df0e /NEWS | |
parent | c208ad9ddbf712e20a8ce0c0930eb1684e06609a (diff) | |
download | php-git-php-5.3.14RC2.tar.gz |
PHP 5.3.14RC2php-5.3.14RC2
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +31 May 2012, PHP 5.3.14 RC2 +- COM: + . Fixed bug #62146 com_dotnet cannot be built shared. (Johannes) + +- Core: + . Fixed CVE-2012-2143. (Solar Designer) + +- Intl: + . Fixed bug #62082 (Memory corruption in internal function + get_icu_disp_value_src_php()). (Gustavo) + 17 May 2012, PHP 5.3.14RC1 - CLI SAPI: |