summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2003-10-14 00:33:26 +0000
committer <changelog@php.net>2003-10-14 00:33:26 +0000
commitb6e65f0d37d34147177ddfa12c87c4dfb04afa64 (patch)
tree1184f1f59937b75e9413a7011465866bab5fbf31
parentc35810c203fa76d8face97bfa1b82f6e58dfea96 (diff)
downloadphp-git-b6e65f0d37d34147177ddfa12c87c4dfb04afa64.tar.gz
ChangeLog update
-rw-r--r--ChangeLog52
1 files changed, 52 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47788a765b..e3c13a0510 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+2003-10-13 Wez Furlong <wez.php@thebrainroom.net>
+
+ * (PHP_4_3)
+ ext/gmp/gmp.c:
+ Unintialized variable fix from Joe Orton.
+
+ * ext/gmp/gmp.c:
+ unintialized variable.
+ Patch by Joe Orton
+
+ * ext/openssl/openssl.c:
+ Fix unintialized variable.
+ Patch by Joe Orton.
+
+ * (PHP_4_3)
+ ext/openssl/openssl.c:
+ Fix uninitialized value.
+ Patch from Joe Orton.
+
+2003-10-13 Derick Rethans <php@derickrethans.nl>
+
+ * EXTENSIONS
+ EXTENSIONS
+ ext/mcrypt/mcrypt.c
+ ext/mcrypt/mcrypt.c
+ ext/mcrypt/php_mcrypt.h
+ ext/mcrypt/php_mcrypt.h:
+ - Email address change
+
+2003-10-13 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_4_3)
+ NEWS
+ ext/standard/url.c
+ ext/standard/tests/strings/url_t.phpt:
+ MFH: Fixed bug #25800 (parse_url() could not parse urls with empty port).
+
+ * ext/standard/url.c
+ ext/standard/tests/strings/url_t.phpt:
+ Fixed bug #25800 (parse_url() could not parse urls with empty port).
+
+ * ext/standard/mail.c:
+ Remove sendmail patch check.
+
+2003-10-13 Wez Furlong <wez.php@thebrainroom.net>
+
+ * ext/com_dotnet/com_handlers.c
+ ext/com_dotnet/php_com_dotnet_internal.h:
+ Fix possible segfault (this one came up when a method could not be found).
+ Add a couple of headers used by another file that is not yet ready to
+ commit.
+
2003-10-12 Jani Taskinen <jani.taskinen@kolumbus.fi>
* (PHP_4_3)