From b06df87d20c09356c18ff9c178a6f85d61cce301 Mon Sep 17 00:00:00 2001 From: Date: Mon, 5 Dec 2005 06:50:42 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 9 +++++ 2 files changed, 102 insertions(+) diff --git a/ChangeLog b/ChangeLog index bab0f4d99d..0f9008c7f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,96 @@ +2005-12-04 Jani Taskinen + + * 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 + + * 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 + + * (PHP_5_1) + NEWS: + reorder,reword + +2005-12-04 Antony Dovgal + + * (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 * 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 + + * (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 * tests/bug30346.phpt: -- 2.40.0