From 5d5b18a4bcce23574da664d61630fc86fc374cd4 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Tue, 28 May 2013 02:03:33 +0000 Subject: [PATCH] update bug fix note about PHP 5.4+ only git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1253 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- ChangeLog | 2 +- NEWS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 69cbbec..06142dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,7 +9,7 @@ ChangeLog ======== * fixes #303: tablesort.js not found in Diagnosis and Coverager * fixes #297: segv on startup under sparc, ini setting overflow - * fixes #296: Multiple instances of the same software causes PHP "cannot redeclare class" errors when readonly_protection is not in use + * fixes #296: (PHP5.4+ only bug), racecondition Multiple instances of the same software causes PHP "cannot redeclare class" errors when readonly_protection is not in use * fixes #301: refix locking impl * fixes #307: compatible with Zend Debugger which requires to be installed after Zend Extension Manager diff --git a/NEWS b/NEWS index 873e86b..65eba4f 100644 --- a/NEWS +++ b/NEWS @@ -6,7 +6,7 @@ 3.0.2 2013-??-?? ======== * bug fixes - * "cannot redeclare class" errors is now gone. Can also be avoid by using readonly_protection (unavailable with /dev/zero). + * (PHP5.4+ only bug) random "cannot redeclare class" errors is now gone. Can also be avoid by using readonly_protection (unavailable with /dev/zero). * fixes SEGV with Zend Debugger 3.0.1 2013-01-11