Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38509 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57987 invoked from network); 22 Jun 2008 14:15:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jun 2008 14:15:43 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:33624] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7A/B8-21210-D8E5E584 for ; Sun, 22 Jun 2008 10:15:42 -0400 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id DFE281EBC015; Sun, 22 Jun 2008 14:17:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xyieqWz-Ecyf; Sun, 22 Jun 2008 16:17:54 +0200 (CEST) Received: from [10.207.248.59] (unknown [194.230.154.249]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id E88581EBC014; Sun, 22 Jun 2008 16:17:53 +0200 (CEST) Cc: 'PHP Internals' Message-ID: <0BA4A4FD-7FA2-49C0-B7B9-06CDDCF2EFBF@pooteeweet.org> To: Stanislav Malyshev In-Reply-To: <485AE658.3050204@zend.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Date: Sun, 22 Jun 2008 16:14:55 +0200 References: <485AE658.3050204@zend.com> X-Mailer: Apple Mail (2.924) Subject: Re: [PHP-DEV] cleaning up the functions - any volunteers? From: mls@pooteeweet.org (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. regards, Lukas Kahwe Smith mls@pooteeweet.org