summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2005-12-04 06:48:28 +0000
committer <changelog@php.net>2005-12-04 06:48:28 +0000
commit7f8adfcc7e9843983990d1f6bff85b5c91cd0c15 (patch)
tree618980d44c5f81e8dd5a8ee8b52d205f8e301069
parenta74ea6cfb81f59e7989dfd40f5bd52e2382f97ee (diff)
downloadphp-git-7f8adfcc7e9843983990d1f6bff85b5c91cd0c15.tar.gz
ChangeLog update
-rw-r--r--ChangeLog23
-rw-r--r--Zend/ChangeLog5
2 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a12477cde..bab0f4d99d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2005-12-03 Antony Dovgal <antony@zend.com>
+
+ * ext/sockets/sockets.c:
+ yet another compile warning
+
+2005-12-03 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * (PHP_5_1)
+ ext/bz2/bz2_filter.c:
+ MFH: - Fix bug #35530 (ext/bz2 compile failure with phpize)
+
+ * ext/bz2/bz2_filter.c:
+ - Fix bug #35530 (ext/bz2 compile failure with phpize)
+
+ * sapi/cgi/cgi_main.c:
+ - fix possible compile error
+
+ * main/snprintf.h:
+ fix compile failure (bug #35528)
+
+ * ZendEngine2/tests/bug30346.phpt:
+ Nuked dos EOLs and fixed typo
+
2005-12-02 Jani Taskinen <jani.taskinen@sci.fi>
* php.ini-dist
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 7b3949473e..a1d8cb858d 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-03 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * tests/bug30346.phpt:
+ Nuked dos EOLs and fixed typo
+
2005-12-02 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* tests/bug30346.phpt: