From 287dc7a32b547f690a5e8f26f9ca448497158406 Mon Sep 17 00:00:00 2001 From: Date: Wed, 22 Dec 2004 01:36:38 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 10 ++++++ 2 files changed, 96 insertions(+) diff --git a/ChangeLog b/ChangeLog index cdc9a557c8..72aab4d4fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,89 @@ +2004-12-21 Ilia Alshanetsky + + * (PHP_4_3) + ext/imap/php_imap.c + ext/imap/php_imap.c: + MFH: Fixed possible crash in imap_mail_compose(). + + * ext/imap/php_imap.c: + Fixed possible crash in imap_mail_compose(). + +2004-12-21 Edin Kadribasic + + * acinclude.m4 + acinclude.m4: + MFB: Avoid autoheader warning + + * (PHP_4_3) + acinclude.m4: + Avoid autoheader warning + +2004-12-21 Ilia Alshanetsky + + * (PHP_4_3) + NEWS: + Added missing bug fix news. + +2004-12-21 Stanislav Malyshev + + * (PHP_4_3) + Zend/zend_execute.c: + fix the overloading fix and #31106 + +2004-12-21 Jani Taskinen + + * (PHP_5_0) + ext/sybase/php_sybase_db.c: + MFH: - Fixed bug #28248 (Can not compile --with-sybase and freetds) + + * ext/sybase/php_sybase_db.c: + - Fixed bug #28248 (Can not compile --with-sybase and freetds) + + * (PHP_4_3) + scripts/Makefile.frag + scripts/Makefile.frag: + MFH: - Fixed bug #28385 (some files in $(prefix)/lib/php/build/* installed + with wrong permissions) + + * scripts/Makefile.frag: + - Fixed bug #28385 (files in $(prefix)/lib/php/build/* installed with wrong + permissions). (Jani, ramsy at ramix dot jp) + +2004-12-21 Magnus Määttä + + * (PHP_5_0) + ext/standard/tests/math/bug27646.phpt + ext/standard/tests/math/bug27646.phpt: + MFH: Fix test so it doesn't hang make test on HP-UX. + + * ext/standard/tests/math/bug27646.phpt: + Fix test so it doesn't hang make test on HP-UX. + +2004-12-21 Jani Taskinen + + * (PHP_4_3) + ext/cpdf/config.m4: + MFH: - Fixed bug #31145 (configure is using -lcpdf instead of -lcpdfm) + + * (PHP_5_0) + ext/cpdf/config.m4: + MFH: - Fixed bug #31145 (configure is using -lcpdf instead of -lcpdfm) + + * ext/cpdf/config.m4: + - Fixed bug #31145 (configure is using -lcpdf instead of -lcpdfm) + + * (PHP_4_3) + configure.in + configure.in + Zend/zend_strtod.c + ZendEngine2/zend_strtod.c: + MFH: - Use correct header files (in c99 compliant way). uint32_t is + preferred. + + * configure.in + ZendEngine2/zend_strtod.c: + - Use correct header files (in c99 compliant way). uint32_t is preferred. + 2004-12-20 Jani Taskinen * acinclude.m4 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index de3c191f01..91847be3f2 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2004-12-21 Jani Taskinen + + * (PHP_5_0) + zend_strtod.c: + MFH: - Use correct header files (in c99 compliant way). uint32_t is + preferred. + + * zend_strtod.c: + - Use correct header files (in c99 compliant way). uint32_t is preferred. + 2004-12-20 Jani Taskinen * zend_strtod.c: -- 2.50.1