From 5f99b7cb528b5e9cf5d74e015b35a96f0c0b4bf0 Mon Sep 17 00:00:00 2001 From: Date: Sat, 7 Jan 2006 06:31:44 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 12 ++++++++ 2 files changed, 93 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3c3b25fb37..cd494e6861 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,84 @@ +2006-01-06 Antony Dovgal + + * ext/standard/tests/array/007.phpt + ext/standard/tests/array/array_intersect_1.phpt + ext/standard/tests/array/locale_sort.phpt: + fix tests + +2006-01-06 Jani Taskinen + + * sapi/cgi/libfcgi/.cvsignore + sapi/cgi/libfcgi/LICENSE.TERMS + sapi/cgi/libfcgi/acinclude.m4 + sapi/cgi/libfcgi/fcgi_stdio.c + sapi/cgi/libfcgi/fcgiapp.c + sapi/cgi/libfcgi/libfcgi.m4 + sapi/cgi/libfcgi/os_unix.c + sapi/cgi/libfcgi/os_win32.c + sapi/cgi/libfcgi/strerror.c + sapi/cgi/libfcgi/include/fastcgi.h + sapi/cgi/libfcgi/include/fcgi_config.h + sapi/cgi/libfcgi/include/fcgi_config_win32.h + sapi/cgi/libfcgi/include/fcgi_config_x86.h + sapi/cgi/libfcgi/include/fcgi_stdio.h + sapi/cgi/libfcgi/include/fcgiapp.h + sapi/cgi/libfcgi/include/fcgiappmisc.h + sapi/cgi/libfcgi/include/fcgimisc.h + sapi/cgi/libfcgi/include/fcgio.h + sapi/cgi/libfcgi/include/fcgios.h: + Nuke unused files + + * sapi/cgi/CREDITS: + credits for Dmitry + +2006-01-06 Antony Dovgal + + * (PHP_5_1) + ZendEngine2/zend_API.c + ZendEngine2/tests/bug29210.phpt + ZendEngine2/tests/bug32290.phpt: + fix typo in the code and related tests + + * ZendEngine2/tests/bug29210.phpt + ZendEngine2/tests/bug32290.phpt: + typo + + * sapi/cgi/libfcgi/.cvsignore + sapi/cgi/libfcgi/.cvsignore: + + add missing .cvsignore + +2006-01-06 Rasmus Lerdorf + + * (PHP_5_1) + sapi/apache/mod_php5.c: + MFH: I don't recall the reason for messing with r->allowed here, so let's + get rid of it (and see who screams). This should fix bug #32561 + + * sapi/apache/mod_php5.c: + Let's not mess with r->allowed here - this should fix bug #32561 + +2006-01-06 Antony Dovgal + + * (PHP_4_4) + ext/mbstring/tests/mb_strcut.phpt: + fix test + + * (PHP_5_1) + NEWS: + BFN + +2006-01-06 Jani Taskinen + + * win32/sendmail.c: + - Cleanups: + * unify the address handling to always strip leading whitespace + * ws fixes + + * (PHP_4_4) + win32/sendmail.c: + - Fixed bug #35906 (win32: mail() Date: header is not RFC compliant) + 2006-01-05 Marcus Boerger * main/streams/memory.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index eb00854799..f900901b51 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2006-01-06 Antony Dovgal + + * (PHP_5_1) + zend_API.c + tests/bug29210.phpt + tests/bug32290.phpt: + fix typo in the code and related tests + + * tests/bug29210.phpt + tests/bug32290.phpt: + typo + 2006-01-05 Andi Gutmans * LICENSE -- 2.50.1