summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2005-12-05 06:50:42 +0000
committer <changelog@php.net>2005-12-05 06:50:42 +0000
commitb06df87d20c09356c18ff9c178a6f85d61cce301 (patch)
tree63409c5dd9d9e8b5e3c80bb4e2b79850206be43a
parent7944a489fde3658cc4b86584cd58a26c8a1b8d31 (diff)
downloadphp-git-b06df87d20c09356c18ff9c178a6f85d61cce301.tar.gz
ChangeLog update
-rw-r--r--ChangeLog93
-rw-r--r--Zend/ChangeLog9
2 files changed, 102 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bab0f4d99d..0f9008c7f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,96 @@
+2005-12-04 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * sapi/apache/config.m4
+ sapi/apache_hooks/config.m4:
+ - Nuke non-working part
+
+ * makerpm
+ ext/gd/gd.c
+ ext/gd/gd_ctx.c:
+ php3 is dead
+
+ * (PHP_5_1)
+ README.CVS-RULES:
+ fix branches
+
+2005-12-04 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ext/standard/tests/strings/http_build_query.phpt
+ ext/standard/tests/strings/url_t.phpt:
+ MFB51: Added tests for new parse_url() and http_build_query()
+ functionality.
+
+ * ext/standard/tests/strings/http_build_query.phpt
+ ext/standard/tests/strings/http_build_query.phpt
+ ext/standard/tests/strings/url_t.phpt:
+
+ file http_build_query.phpt was initially added on branch PHP_5_1.
+
+ * (PHP_5_1)
+ ext/standard/basic_functions.c
+ ext/standard/http.c
+ ext/standard/php_http.h
+ ext/standard/url.c
+ ext/standard/url.h:
+ MFH:
+ Added 2nd optional parameter to parse_url() that allows retrieval of
+ individual URL components.
+ Added 3rd optional parameter to http_build_query() that allows custom
+ param
+ separator.
+
+ * (PHP_5_1)
+ ext/standard/sunfuncs.c:
+ load proper header file
+
+ * (PHP_4_4)
+ NEWS
+ ext/sockets/sockets.c:
+ MFH: Fixed bug #35062 (socket_read() produces warnings on non blocking
+ sockets).
+
+ * ext/sockets/sockets.c:
+ MFB51: Fixed bug #35062 (socket_read() produces warnings on non blocking
+ sockets).
+
+ * (PHP_5_1)
+ NEWS
+ ext/sockets/sockets.c:
+ Fixed bug #35062 (socket_read() produces warnings on non blocking sockets).
+
+ * Makefile.gcov:
+ MFB51: Fixed gcov for generated files
+
+ * (PHP_5_1)
+ Makefile.gcov:
+ Fixed gcov for generated files
+
+ * ext/sqlite/libsqlite/src/parse.c:
+ MFB51: Regen files so they work properly with gcov.
+
+ * (PHP_5_1)
+ ext/sqlite/libsqlite/src/parse.c:
+ Regen files so they work properly with gcov.
+
+2005-12-04 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * (PHP_5_1)
+ NEWS:
+ reorder,reword
+
+2005-12-04 Antony Dovgal <antony@zend.com>
+
+ * (PHP_5_1)
+ NEWS:
+ BFN
+
+ * (PHP_5_1)
+ ZendEngine2/zend_exceptions.c:
+ MFH: fix #35539 (typo in error message for ErrorException)
+
+ * ZendEngine2/zend_exceptions.c:
+ fix #35539 (typo in error message for ErrorException)
+
2005-12-03 Antony Dovgal <antony@zend.com>
* ext/sockets/sockets.c:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index a1d8cb858d..4600ff06a8 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,12 @@
+2005-12-04 Antony Dovgal <antony@zend.com>
+
+ * (PHP_5_1)
+ zend_exceptions.c:
+ MFH: fix #35539 (typo in error message for ErrorException)
+
+ * zend_exceptions.c:
+ fix #35539 (typo in error message for ErrorException)
+
2005-12-03 Jani Taskinen <jani.taskinen@sci.fi>
* tests/bug30346.phpt: