Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49446 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97824 invoked from network); 19 Aug 2010 07:38:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Aug 2010 07:38:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.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: 74.125.83.42 mail-gw0-f42.google.com Received: from [74.125.83.42] ([74.125.83.42:40846] helo=mail-gw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FC/3F-04318-38FDC6C4 for ; Thu, 19 Aug 2010 03:38:43 -0400 Received: by gwb19 with SMTP id 19so771488gwb.29 for ; Thu, 19 Aug 2010 00:38:40 -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:content-transfer-encoding; bh=2Mbyz2nCnN4h/Rr5cZmRfXRjqz3NY53yi+Uw/sNsm+8=; b=ZI8o5x2kab9HXAeomEeNdvHM5vJUyDAVdydLPrMRLTtjZ4mDDZ1MY8qCWIOFSQ+I0R DFsatXrRjkK4AkeqJELd1JVwS7Yw9V7IWwMr7ImMjdpABr5KuGe2opyFtCrVjIq3gnQp h64BPJ34PTcrpczyPPWfbxF4np0M/IMePu3ag= 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 :content-transfer-encoding; b=MfCLMmshz1WM8Fp6hvEBuV8EXuvezDK9+iNJa81t7avrcsRle76Fw5Y8VezVxD3+Hd EjTjuhn/3SDVlNSSD5YYvpxzPW3jwsmxHNsko2dIIq+kNE33mcJl6exKiT9tT8bAJExG a3Yi+K5N/D/1+UWcyvL+plAMTnIVHFb3VgPug= MIME-Version: 1.0 Received: by 10.101.170.5 with SMTP id x5mr10818572ano.29.1282203517938; Thu, 19 Aug 2010 00:38:37 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.42.1.4 with HTTP; Thu, 19 Aug 2010 00:38:37 -0700 (PDT) In-Reply-To: <4C6CB768.7000402@php.net> References: <4C6CB768.7000402@php.net> Date: Thu, 19 Aug 2010 09:38:37 +0200 X-Google-Sender-Auth: DS0oXmHTCygreIEzDy8iW5m56J4 Message-ID: To: Sebastian Bergmann Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Annoucing PHP 5.4 Alpha 1 From: kalle@php.net (Kalle Sommer Nielsen) 2010/8/19 Sebastian Bergmann : > =A0Performance optimizations, especially major ones like the ones you > =A0mention, should be treated the same as new features: they should not b= e > =A0introduced in a minor version. + Most of such changes breaks ABI, which also is against our policies. --=20 regards, Kalle Sommer Nielsen kalle@php.net