From 7ed1649017be111538a40fe6862c4a7201d9c47b Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 May 2006 05:31:56 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 6 ++++++ 2 files changed, 46 insertions(+) diff --git a/ChangeLog b/ChangeLog index 79aeab6973..16aaa7606d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2006-05-28 Johannes Schlüter + + * ext/standard/string.c: + - Fix str_replace with unicode strings as key + +2006-05-28 Michael Wallner + + * (PHP_5_2) + NEWS: + - news entry for apache2handler ap_set_content_type() fix + + * (PHP_5_2) + sapi/apache2handler/php_apache.h + sapi/apache2handler/sapi_apache2.c: + MFH: call ap_set_content_type() only once, else each time we call it, + configured output filters for that content type will be added + + * sapi/apache2handler/php_apache.h + sapi/apache2handler/sapi_apache2.c: + - call ap_set_content_type() only once, else each time we call it, + configured output filters for that content type will be added + +2006-05-28 Johannes Schlüter + + * ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + - Fix printf modifier + +2006-05-28 Ilia Alshanetsky + + * ext/pcre/config0.m4: + MFB: Fixed bug #37586 (Bumped minimum PCRE version to 6.6, needed for + recurssion limit support). + + * (PHP_5_2) + NEWS + ext/pcre/config0.m4: + Fixed bug #37586 (Bumped minimum PCRE version to 6.6, needed for recurssion + limit support). + 2006-05-27 Johannes Schlüter * main/main.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 0bc4f0786c..5ad8686076 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2006-05-28 Johannes Schlüter + + * zend_vm_def.h + zend_vm_execute.h: + - Fix printf modifier + 2006-05-27 Marcus Boerger * (PHP_5_2) -- 2.50.1