diff options
author | Stanislav Malyshev <stas@php.net> | 2013-02-18 17:35:36 -0800 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-02-18 17:35:36 -0800 |
commit | 0183c29cb3921926855ed6f5e7cea7851fb8a5a1 (patch) | |
tree | ff72a8162ab6423cce6c0d0f9e99f5eddb5d0879 /NEWS | |
parent | 904d2202eaecb7c300c36f37ebc5503513220c09 (diff) | |
download | php-git-php-5.4.12.tar.gz |
5.4.12php-5.4.12PHP-5.4.12
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -1,13 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -14 Feb 2012, PHP 5.4.12 RC2 - -- SOAP - . Added check that soap.wsdl_cache_dir conforms to open_basedir - (CVE-2013-1635). (Dmitry) - . Disabled external entities loading (CVE-2013-1643). (Dmitry) - -31 Jan 2012, PHP 5.4.12 RC1 +21 Feb 2012, PHP 5.4.12 - Core: . Fixed bug #64099 (Wrong TSRM usage in zend_Register_class alias). (Johannes) @@ -39,7 +32,12 @@ PHP NEWS - Litespeed: . Fixed bug #63228 (-Werror=format-security error in lsapi code). (George) -- ext/sqlite3: +- SOAP + . Added check that soap.wsdl_cache_dir conforms to open_basedir + (CVE-2013-1635). (Dmitry) + . Disabled external entities loading (CVE-2013-1643). (Dmitry) + +- sqlite3: . Fixed bug #63921 (sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API). (srgoogleguy, Lars) |