Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38530 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2731 invoked from network); 23 Jun 2008 07:55:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jun 2008 07:55:14 -0000 Authentication-Results: pb1.pair.com header.from=thekid@thekid.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=thekid@thekid.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain thekid.de from 212.227.126.186 cause and error) X-PHP-List-Original-Sender: thekid@thekid.de X-Host-Fingerprint: 212.227.126.186 moutng.kundenserver.de Received: from [212.227.126.186] ([212.227.126.186:49260] helo=moutng.kundenserver.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A9/81-23032-0E65F584 for ; Mon, 23 Jun 2008 03:55:14 -0400 Received: from kartofel ([93.133.77.239]) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis) id 0MKwh2-1KAgtG0whe-0003w7; Mon, 23 Jun 2008 09:55:08 +0200 Message-ID: <01e001c8d506$74c9a030$14b2a8c0@kartofel> To: "Stanislav Malyshev" , "'PHP Internals'" References: <485AE658.3050204@zend.com> Date: Mon, 23 Jun 2008 09:55:03 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Provags-ID: V01U2FsdGVkX1+UgusAiPhB36wjfj8E64AcpTp7ZeOOd2rfmlA QROd5fyA2jWw24KBbiy+lca06DXERBzBCquYXeH3aPVuKSvO9D NjQZJ+xn4XL/lN7cTelfw== Subject: Re: [PHP-DEV] cleaning up the functions - any volunteers? From: thekid@thekid.de ("Timm Friebe") Hi, > 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). I started taking care of ext/sybase_ct. - Timm