Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44552 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36101 invoked from network); 30 Jun 2009 15:06:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jun 2009 15:06:52 -0000 Authentication-Results: pb1.pair.com header.from=oorza2k5@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=oorza2k5@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.205 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: oorza2k5@gmail.com X-Host-Fingerprint: 209.85.218.205 mail-bw0-f205.google.com Received: from [209.85.218.205] ([209.85.218.205:38644] helo=mail-bw0-f205.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F9/31-52911-A0A2A4A4 for ; Tue, 30 Jun 2009 11:06:51 -0400 Received: by bwz1 with SMTP id 1so220098bwz.23 for ; Tue, 30 Jun 2009 08:06:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=kWNFzd7AJddC/L9FlnGIVlXs8Q1+5ZQMuWj6FBLnH1Y=; b=semLWflgpmGtrtdhoaqbdBmSquZ00CUeJygELXVTyqyMnSA2iMMS+3XySGEScJVZb7 HJqBMnlkFW19FRiENdpZuTu/W3JPvOkndw7SX3qVHDHUKRP5JFgpkCUvG6pvAO0GiTdK jbtzL+Z68NKV0HK3uAZsVdhUlWqs9Xg1sXuAU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=UvpWkcyoG1m9VtwDejaaHNOTzZpacpb7TJT0IN5KzTh4EUavcBgX7kYxUr6W2dITG/ RpPYONa++nXu27PK+6P4O4WDcgK4truA8zVcTdwcg5j7uU9AretrotMDzpjbwSq6xvOg zUUWUererDUzqDuyaO+OAbZyP3RZyksTOcS9E= MIME-Version: 1.0 Received: by 10.239.136.202 with SMTP id i10mr673638hbi.151.1246374408078; Tue, 30 Jun 2009 08:06:48 -0700 (PDT) In-Reply-To: <8A2B49BB-DDBC-4FA5-9C32-BD8247119885@gmx.net> References: <4A4A1C82.5050102@cschneid.com> <8A2B49BB-DDBC-4FA5-9C32-BD8247119885@gmx.net> Date: Tue, 30 Jun 2009 11:06:48 -0400 Message-ID: <68de37340906300806w39ef87eei3e23af6bb1cef64c@mail.gmail.com> To: Roman Borschel Cc: Ilia Alshanetsky , Christian Schneider , Lukas Kahwe Smith , PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: PHP 5.3.0 Released! From: oorza2k5@gmail.com (Eddie Drapkin) On Tue, Jun 30, 2009 at 10:42 AM, Roman Borschel wrote: > Some new 5.3 features like closures and the :? operator still cause bus > errors with APC though. For the former there is already an open ticket since > february. So I dont think APC is really 5.3 compatible yet but I'm sure it > wont take long until these issues are fixed now that 5.3 is out. > > Roman > > On Jun 30, 2009, at 4:19 PM, Ilia Alshanetsky wrote: > >> Chris, >> >> I've been using APC with PHP 5.3 on my dev box for sometime now and it >> works no worse then it did with 5.2. >> >> Ilia Alshanetsky >> >> >> >> >> On 30-Jun-09, at 10:09 AM, Christian Schneider wrote: >> >>> Lukas Kahwe Smith wrote: >>>> >>>> The PHP Development Team would like to announce the immediate release of >>>> PHP 5.3.0. This release is a major improvement in the 5.X series, which >>> >>> Congratulations to everybody! >>> >>> One quick question: What is the situation with opcode caches, are APC >>> and/or EAccelerator already production ready? I know it's not really an >>> internals question but as the main developers are on this list I figured >>> I might get a quick answer anyway ;-) >>> >>> Cheers, >>> - Chris >>> >>> -- >>> PHP Internals - PHP Runtime Development Mailing List >>> To unsubscribe, visit: http://www.php.net/unsub.php >>> >> >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > Have you tried compiling the latest (it's still flagged beta)?