From 808243230bd7cb154a350d4c0fd02fa2ff3bcfbb Mon Sep 17 00:00:00 2001 From: Date: Fri, 5 Nov 2004 01:36:27 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 19 +++++++++++++++++++ 2 files changed, 59 insertions(+) diff --git a/ChangeLog b/ChangeLog index a8151020bc..5e3da820dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2004-11-04 Marcus Boerger + + * ext/exif/exif.c: + Bug #30627 + +2004-11-04 Dmitry Stogov + + * (PHP_5_0) + NEWS: + Fixed bug #30685 (Malformed SOAPClient http header reequest). + +2004-11-04 Edin Kadribasic + + * ext/mysqli/config.w32: + MySQL is releasing client libraries that compile out of the box + with mysqli extension, so there is no need for a specially compiled + client library anymore. + + * ZendEngine2/Zend.dsp + ZendEngine2/ZendTS.dsp: + Added zend_strtod.* to the build + + * ZendEngine2/zend_strtod.c + ZendEngine2/zend_strtod.h: + Make zend_strtod compile on windows + +2004-11-04 Moriyoshi Koizumi + + * (PHP_4_3) + Zend/Makefile.am: + MFH: + - MFH: Add entry for zend_strtod.c in belief that this is still active. + + * (PHP_5_0) + ZendEngine2/Makefile.am: + - MFH: Add entry for zend_strtod.c in belief that this is still active. + + * ZendEngine2/Makefile.am: + - Add entry for zend_strtod.c in belief that this is still active. + 2004-11-03 Derick Rethans * configure.in diff --git a/Zend/ChangeLog b/Zend/ChangeLog index bc6863cdd3..3f7d8fb6f6 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,22 @@ +2004-11-04 Edin Kadribasic + + * Zend.dsp + ZendTS.dsp: + Added zend_strtod.* to the build + + * zend_strtod.c + zend_strtod.h: + Make zend_strtod compile on windows + +2004-11-04 Moriyoshi Koizumi + + * (PHP_5_0) + Makefile.am: + - MFH: Add entry for zend_strtod.c in belief that this is still active. + + * Makefile.am: + - Add entry for zend_strtod.c in belief that this is still active. + 2004-11-03 Moriyoshi Koizumi * Zend.m4: -- 2.50.1