diff options
-rw-r--r-- | ChangeLog | 27 | ||||
-rw-r--r-- | Zend/ChangeLog | 20 |
2 files changed, 47 insertions, 0 deletions
@@ -1,3 +1,30 @@ +2006-02-14 Antony Dovgal <antony@zend.com> + + * (PHP_4_4) + Zend/zend_strtod.c + ZendEngine2/zend_strtod.c: + MF51: + fix leak in zend_strtod() on big doubles + + * ZendEngine2/zend_strtod.c + ZendEngine2/tests/zend_strtod.phpt: + MF51: + fix leak in zend_strtod() on big doubles + add new test + + * (PHP_5_1) + ZendEngine2/zend_strtod.c + ZendEngine2/tests/zend_strtod.phpt + ZendEngine2/tests/zend_strtod.phpt: + fix leak in zend_strtod() on big doubles + add new test + +2006-02-14 Ilia Alshanetsky <ilia@prohost.org> + + * (PHP_5_1) + NEWS: + Fixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB). + 2006-02-13 Dmitry Stogov <dmitry@zend.com> * main/php_variables.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 13539080ab..43396054bf 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,23 @@ +2006-02-14 Antony Dovgal <antony@zend.com> + + * (PHP_5_0) + zend_strtod.c: + MF51: + fix leak in zend_strtod() on big doubles + + * zend_strtod.c + tests/zend_strtod.phpt: + MF51: + fix leak in zend_strtod() on big doubles + add new test + + * (PHP_5_1) + zend_strtod.c + tests/zend_strtod.phpt + tests/zend_strtod.phpt: + fix leak in zend_strtod() on big doubles + add new test + 2006-02-13 Dmitry Stogov <dmitry@zend.com> * zend_hash.c: |