summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2004-12-22 01:36:38 +0000
committer <changelog@php.net>2004-12-22 01:36:38 +0000
commit287dc7a32b547f690a5e8f26f9ca448497158406 (patch)
tree21c8261bbc88560915702c7fef24aa495673cb51
parent4ab69902dcbdeb7feb98faa687867de3a163ff78 (diff)
downloadphp-git-287dc7a32b547f690a5e8f26f9ca448497158406.tar.gz
ChangeLog update
-rw-r--r--ChangeLog86
-rw-r--r--Zend/ChangeLog10
2 files changed, 96 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cdc9a557c8..72aab4d4fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,89 @@
+2004-12-21 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (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 <edink@emini.dk>
+
+ * acinclude.m4
+ acinclude.m4:
+ MFB: Avoid autoheader warning
+
+ * (PHP_4_3)
+ acinclude.m4:
+ Avoid autoheader warning
+
+2004-12-21 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_4_3)
+ NEWS:
+ Added missing bug fix news.
+
+2004-12-21 Stanislav Malyshev <stas@zend.com>
+
+ * (PHP_4_3)
+ Zend/zend_execute.c:
+ fix the overloading fix and #31106
+
+2004-12-21 Jani Taskinen <jani.taskinen@kolumbus.fi>
+
+ * (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ä <novell@kiruna.se>
+
+ * (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 <jani.taskinen@kolumbus.fi>
+
+ * (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 <jani.taskinen@kolumbus.fi>
* 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 <jani.taskinen@kolumbus.fi>
+
+ * (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 <jani.taskinen@kolumbus.fi>
* zend_strtod.c: