Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45628 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95477 invoked from network); 22 Sep 2009 17:46:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Sep 2009 17:46:54 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.206 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.218.206 mail-bw0-f206.google.com Received: from [209.85.218.206] ([209.85.218.206:59927] helo=mail-bw0-f206.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/88-48603-D8D09BA4 for ; Tue, 22 Sep 2009 13:46:53 -0400 Received: by bwz2 with SMTP id 2so2801680bwz.23 for ; Tue, 22 Sep 2009 10:46:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=MhldUeUCEzP3MOjhn5I0h6bfP7pdwEMwDx99oRCQvQc=; b=CfE+RwtgM8j5GwoZuwsHpJwQQBsaQTn7bR8HM5ud2SfNstS+syD2bUI24szeCSGIYJ +L87SgmDobQG7ors6D/8Vqltb1f6nmKyAdWceZwHK65tE0GsN33c+xQtOXd1Nt9ka/49 wfPy4sK8Dq63c5dYi54H+43n6Xqsg8ddiLZTg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=XmE6MlR1C3hR42X/Y9gXaioHsQgHlajeh7ee5QwBF8mxgaeoYd7n1fxbRzDXCamAE2 FnUrCcdw+2upK9OTibBWqKQHRHDi/k/wAgelFeA2LDR0l4kDzr5MuEpIQNs9HoThcxCr pN5Kp0i0rg0YTiULnZVm0oo4bQK2FKWT62g2w= MIME-Version: 1.0 Received: by 10.204.15.136 with SMTP id k8mr603066bka.123.1253641609401; Tue, 22 Sep 2009 10:46:49 -0700 (PDT) Date: Tue, 22 Sep 2009 19:46:49 +0200 Message-ID: To: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: BC break in stable branches From: pierre.php@gmail.com (Pierre Joye) hi, A small reminder about what we may not do :) It would rock if we don't introduce behaviors changes in 5.2 anymore as it is really meant for security fixes only. The last in date is breaking something that was working for the last ten 5.2 releases: http://bugs.php.net/bug.php?id=44144 It could be seen as logical and harmless but it can have dramatic side effects, especially for something as critical than autoload. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org