summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2003-12-22 01:31:56 +0000
committer <changelog@php.net>2003-12-22 01:31:56 +0000
commit1dc6e59dcc18b50b1cb3aafc202fb3d13669e970 (patch)
treedabc81e96798fcd4dd333b489f80c84e21ed98a6
parent1b239fc970930cb4ee8566605102a14cdb5add43 (diff)
downloadphp-git-1dc6e59dcc18b50b1cb3aafc202fb3d13669e970.tar.gz
ChangeLog update
-rw-r--r--ChangeLog40
1 files changed, 40 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0b784ca09..028aeff98a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+2003-12-21 Derick Rethans <php@derickrethans.nl>
+
+ * configure.in
+ main/php_version.h:
+ - Fix version number so that people are not mistaking our development
+ version for RC1.
+
+2003-12-21 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ext/ncurses/ncurses_functions.c:
+ Corrected argument parsing.
+
+2003-12-21 Zeev Suraski <zeev@zend.com>
+
+ * configure.in
+ main/php_version.h:
+ B3 here we go (away)
+
+ * (php_5_0_0b3)
+ NEWS:
+ Update date
+
+ * (php_5_0_0b3)
+ configure.in
+ main/php_version.h:
+ B3 here we come
+
+2003-12-21 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (php_5_0_0b3)
+ ext/dom/document.c
+ ext/dom/namednodemap.c
+ ext/dom/nodelist.c:
+ Compiler warning fixes.
+
+ * (php_5_0_0b3)
+ ext/openssl/openssl.c:
+ Fixed uninitialized usage of mdtype when unknown signature algorithm is
+ found.
+
2003-12-20 Andi Gutmans <andi@zend.com>
* configure.in