From f920c1068e55d2c259b14d4bab81403207cc5c7f Mon Sep 17 00:00:00 2001 From: Date: Mon, 20 Mar 2006 06:31:42 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/ChangeLog b/ChangeLog index a9511e76d1..73975c41e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2006-03-19 Antony Dovgal + + * main/network.c: + MFB: first check stream for NULL, then dereference + + * (PHP_5_1) + main/network.c: + first check stream for NULL, then dereference + + * ext/standard/array.c: + make the code a bit cleaner - no need for two different checks that are + doing effectively the same + +2006-03-19 Michael Wallner + + * (PHP_5_1) + NEWS: + - add comitters name + + * (PHP_5_1) + NEWS: + - Fixed Apache2 SAPIs header handler modifying header strings. + + * sapi/apache2filter/sapi_apache2.c + sapi/apache2handler/sapi_apache2.c: + MFB: fix php_apache_sapi_header_handler() modifying sapi_header + + * (PHP_5_1) + sapi/apache2filter/sapi_apache2.c + sapi/apache2handler/sapi_apache2.c: + - fix php_apache_sapi_header_handler() modifying sapi_header + +2006-03-19 Pierre-Alain Joye + + * NEWS: + - typos + 2006-03-18 Antony Dovgal * ext/oci8/oci8_statement.c: -- 2.50.1