Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49147 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48622 invoked from network); 25 Jul 2010 15:15:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2010 15:15:52 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.214.42 mail-bw0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:53282] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/A9-13626-6255C4C4 for ; Sun, 25 Jul 2010 11:15:51 -0400 Received: by bwz11 with SMTP id 11so2793990bwz.29 for ; Sun, 25 Jul 2010 08:15:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=7wCJrbaKP158WdfbO+7fnstND4ZT7VT991a+hgJw1AA=; b=mIBdO9eJIybvwBRPyk84mlFhbJZKsmmOiKAwtwL073WrrapN1IN4P8wGzSLh4+NvU+ qF+6qcqYGUCPdHL92KJMcp2YhC7ukJUJ1cgTqeqT2bK6w2vJ+u6Z7ZGrFrV8SVPRsW6Q 0as0GG9rWm3wlZOS5fLkTQ5ABStEpDJkw9o5c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=EOjpePy8I3EJ1c5rCF8HLVdaoCSHd3GNhBPuwPBn7IWZ0W9M3WZunhLTzQOgc5+sI8 obNcjprjte9HNp4xHIqc/qwE6fEqFQcYAyzp8m4I76D/wXj69rit7F+vSU0boy+1Jrol i60rBjpSvJ1mMg+KdPGJDw+ohNfnTjr//46ww= MIME-Version: 1.0 Received: by 10.204.112.146 with SMTP id w18mr2602046bkp.16.1280070947732; Sun, 25 Jul 2010 08:15:47 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.204.18.132 with HTTP; Sun, 25 Jul 2010 08:15:47 -0700 (PDT) In-Reply-To: References: Date: Sun, 25 Jul 2010 17:15:47 +0200 X-Google-Sender-Auth: qGDTyjp88wv_fmDCxOpz9kC2zhk Message-ID: To: Karoly Negyesi Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Re: Please reconsider supporting PHP 5.2 From: kalle@php.net (Kalle Sommer Nielsen) Hello 2010/7/25 Karoly Negyesi :' > Extensions. APC to this day does not have a stable release for PHP > 5.3. Neither has XCache. I am not even sure how do you imagine > *anyone* much less everyone upgrading to 5.3 with a production site > without a stable code cache...? You should check your sources better regarding APC, have a look at the APC 3.1.3: http://pecl.php.net/package-info.php?package=APC&version=3.1.3 Even before 5.3.0 was released, we worked on making APC compatible with 5.3 which was released only 1 month and 2 weeks after the release. Even the next release of APC thats going beta soon is having full support for the latest development branch (5.3.99). -- regards, Kalle Sommer Nielsen kalle@php.net