Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49134 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25777 invoked from network); 23 Jul 2010 19:35:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jul 2010 19:35:14 -0000 Authentication-Results: pb1.pair.com header.from=chx1975@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=chx1975@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: chx1975@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:44672] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/2D-53775-0FEE94C4 for ; Fri, 23 Jul 2010 15:35:13 -0400 Received: by yxi11 with SMTP id 11so3773490yxi.29 for ; Fri, 23 Jul 2010 12:35:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type; bh=EwGRa9qz5YnmVP6sG78s2KTeDKM7IWtjUsrhCjJbjMM=; b=aXqtmGeCBf1sFSHOXAknVl8Zq2Da+6H85MkQDcaLK8XG+ZQf5L81ghro1CyY2OcZ1Z mRvig1Dcxrg+WTSiJ0azNtHvCTxlncX2DbpB4neQOAhlWzFcDfZXx3/Vi4cPBiL2zrD7 mGUAIl3fQP2EFouSpg2oJm7YfxXitKMrzyiz8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=A2rkBZl1CJ1Yo1tuTbz7PJR6L0JUmtpBJn9759qCfcyIR3ZOQ1zTqtAuxkGsL1Zvht x0XSY6Td72djrN5lGBGzYle/XjIMX0stmS6tfULqPknyv+LSPb0GQ1O84Rk2Pu/a8GWP 1dFYkYh9OBg5jEcxRRI0WJhUyYJl/N4jMESdE= Received: by 10.90.73.10 with SMTP id v10mr3830431aga.94.1279913704267; Fri, 23 Jul 2010 12:35:04 -0700 (PDT) MIME-Version: 1.0 Sender: chx1975@gmail.com Received: by 10.91.154.15 with HTTP; Fri, 23 Jul 2010 12:34:44 -0700 (PDT) In-Reply-To: <4C49E11A.1080708@sugarcrm.com> References: <730E72B7-B2C3-4FF9-8138-F04659ECDB56@php.net> <4C4950B2.40805@thelounge.net> <4C49E11A.1080708@sugarcrm.com> Date: Fri, 23 Jul 2010 12:34:44 -0700 X-Google-Sender-Auth: _XSy9aj8H0xQiBbVKEXRBj5GSvE Message-ID: To: Stas Malyshev Cc: "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Remove variable function and method calls From: karoly@negyesi.net (Karoly Negyesi) > This is plain false. PHP does care for BC a lot. OK. I will try to test PHP to help you guys in this. I know there is documentation but it often misses crucial subtle points and there is not a lot of education of the public to set expectations. In other words, how can I help best? If I try to run Drupal with a daily build then I will chase all the build bugs constantly. If I tell at an alpha / beta stage then it'll be too late. How best to address this? We have an automated testbot, it's not perfect but it helped a lot. I wonder whether it'd be possible to get it set up to run a daily build...? I will see what I can do.