Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38510 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65073 invoked from network); 22 Jun 2008 15:09:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jun 2008 15:09:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=david.coallier@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=david.coallier@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.226 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: david.coallier@gmail.com X-Host-Fingerprint: 209.85.198.226 rv-out-0506.google.com Received: from [209.85.198.226] ([209.85.198.226:5251] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/E9-21210-42B6E584 for ; Sun, 22 Jun 2008 11:09:24 -0400 Received: by rv-out-0506.google.com with SMTP id g37so7483652rvb.23 for ; Sun, 22 Jun 2008 08:09:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=HAI3r+4JZBxcPkm2OjteXDjrYCZZNU1l/bhNBp+7z00=; b=KxBTh5havdM2ZSpqrDrNp2DuDg/bxRBMbMkeoTOMpgFm9cCJgsXEk93GCsdXeYYaUi 2EaexXRItT0r4W2AZrGHD8gG1E/RWQdnv3L0Z0cHIcpw5ZBCLOdpHTCp6HxmPpwUDySv fpQjz6IWjHR0cOhvOFgj/xKLVWwcBzyEWtF9k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=vzN6D14G7L00oL8IhQS53rezDmRRFoh/NLgzUN7pwNo+Yb7pru1f1oZ4ClVZXpEdL/ nT8/v0TIuh4KZ9nLTUDvanU+3x14Mj0R8eDxv7fO29JGZgHO+w49rAa2912f/3zpULzf 4ljhA8MPY0C1/w5yY4ApHVgr+6ac9qNN4SeKA= Received: by 10.141.211.13 with SMTP id n13mr11046146rvq.12.1214147361519; Sun, 22 Jun 2008 08:09:21 -0700 (PDT) Received: by 10.115.61.1 with HTTP; Sun, 22 Jun 2008 08:09:21 -0700 (PDT) Message-ID: Date: Sun, 22 Jun 2008 16:09:21 +0100 Sender: david.coallier@gmail.com To: "Lukas Kahwe Smith" Cc: "Stanislav Malyshev" , "PHP Internals" In-Reply-To: <0BA4A4FD-7FA2-49C0-B7B9-06CDDCF2EFBF@pooteeweet.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <485AE658.3050204@zend.com> <0BA4A4FD-7FA2-49C0-B7B9-06CDDCF2EFBF@pooteeweet.org> X-Google-Sender-Auth: ed8d2c00473d5516 Subject: Re: [PHP-DEV] cleaning up the functions - any volunteers? From: davidc@php.net ("David Coallier") 2008/6/22 Lukas Kahwe Smith : > > On 20.06.2008, at 01:06, Stanislav Malyshev wrote: > >> While we nearing the release of 5.3 (hopefully?), there are many functions >> in the PHP code which still use old parameter parsing API >> (zend_get_parameters_ex) instead of the new one (zend_parse_parameters). > > > is this in any way related to the parameter parsing API change that caused > the BC break in array_merge() back in PHP 5.0? If so then I would appreciate > extra care to be taken to minimize these kinds of BC breaks and at least > make sure that these breaks are well documented. Ok, with the tests being ran we are minimizing the chances of bc break but I agree and extra care should be applied. We'll make sure this care is applied. > > regards, > Lukas Kahwe Smith > mls@pooteeweet.org > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Slan, David