Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19409 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18305 invoked by uid 1010); 4 Oct 2005 19:40:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 18290 invoked from network); 4 Oct 2005 19:40:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Oct 2005 19:40:19 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:60689] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 3F/A8-54476-3AAD2434 for ; Tue, 04 Oct 2005 15:40:19 -0400 Received: from [192.168.1.3] (dslb-084-063-021-057.pools.arcor-ip.net [84.63.21.57]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 8F90735C384; Tue, 4 Oct 2005 21:41:05 +0200 (CEST) Date: Tue, 4 Oct 2005 21:40:16 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <751222438.20051004214016@marcus-boerger.de> To: Christian Schneider Cc: internals@lists.php.net, George Schlossnagle In-Reply-To: <434239CD.1020708@cschneid.com> References: <43413474.90802@cschneid.com> <192263251.20051003154041@marcus-boerger.de> <4341403F.3000304@cschneid.com> <6139244.20051003163547@marcus-boerger.de> <434239CD.1020708@cschneid.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: $ref =& $this; From: helly@php.net (Marcus Boerger) Hello Christian, Tuesday, October 4, 2005, 10:14:05 AM, you wrote: > Marcus Boerger wrote: >> E_STRICT in 5.0, 51 is the least thing we need to do and probably we should >> simply stop supporting 4.4 otherwise we never have our user base upgrade. > While we would love to upgrade to PHP5 there is one killer for us so far: > None of the open caches (Zend cache is not an option for us) work > reliably. They a) start crashing or behaving weird after a while and b) > don't work on 64bit systems (yes, some of our non-PHP code would profit > from 64bit) when we tried recently. > So switching from PHP4/mmcache to PHP5 would mean we have to buy more > machines and we'd still get higher latency which is no good. > George: APC did quite well but started doing weird things (weird > warnings, not crashing though) after a while. If you have any hints for > me on how to provide you with information necessary to fix the problem, > I'd be glad. I will install 3.0.8 on my development machine again and > try to describe what happens. > Please accept that there are and will be real people with real problems > with PHP5 out there for a while, Hm, sounds like a real problem then. Are you aware that in the last weeks alot of work has been done to have APC support PHP 5 and especiall 5.1? I think everyone involved will continue to do so, so perhaps you should try it on a regular basis and help with some bug hunting? Best regards, Marcus