diff options
author | Felipe Pena <felipe@php.net> | 2010-05-14 23:48:03 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2010-05-14 23:48:03 +0000 |
commit | c9fc939be0dd02679b44dc419b2bcbccb39a2365 (patch) | |
tree | a4105e99d48274444a52bcb1c82aaa1dffbd0113 /NEWS | |
parent | e3be1e0bead65f0ac086b7cc9138d2ef4c195984 (diff) | |
download | php-git-c9fc939be0dd02679b44dc419b2bcbccb39a2365.tar.gz |
- Fixed bug #51827 (Bad warning when register_shutdown_function called with wrong num of parameters)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,6 +54,8 @@ PHP NEWS requests (Fixes CVE-2010-0397, bug #51288). (Raphael Geissert) - Fixed 64-bit integer overflow in mhash_keygen_s2k(). (Clément LECIGNE, Stas) +- Fixed bug #51827 (Bad warning when register_shutdown_function called with + wrong num of parameters). (Felipe) - Fixed bug #51791 (constant() aborts execution when fail to check undefined constant). (Felipe) - Fixed bug #51732 (Fileinfo __construct or open does not work with NULL). |