Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38437 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40287 invoked from network); 19 Jun 2008 23:23:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jun 2008 23:23:21 -0000 Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.184.225 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 64.233.184.225 wr-out-0506.google.com Received: from [64.233.184.225] ([64.233.184.225:17520] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 36/7F-57468-86AEA584 for ; Thu, 19 Jun 2008 19:23:20 -0400 Received: by wr-out-0506.google.com with SMTP id 68so815156wri.15 for ; Thu, 19 Jun 2008 16:23:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=Gbmr/RUFTEKBvMYV5qW4lT/XtOCQtRPwtoQvUIpZJpo=; b=buExGjZig90te7vzG1WXcFk7DkXEsxZ/WSMorKVHhiuUqiAtnuvdppYYLmNUM23Ri5 VA1Pp/bHS6KLhMB2y7vRhRBpO2CZwOOgw6htIvNYqgZC2qNUffAwLUizly6qXggvrKkj att+WJwuyz1H0+Pg7S6HwN9WOHonyJZ8qo0WI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=WDiwxoD8TNjcvggL3443TUgb1x1QvFF1CYzOHcjjXs/45aeovayC2YqNwxxAxxGC2A R2AwPBicciD3IkmMpkw1qQcZQEuDECEA1r7JTc4thQNjPCONLgc718o4uSDcGLftKazc ONG16NzV5Be0Px9BRMBZocE7jXJxTXVop6Sfg= Received: by 10.90.73.17 with SMTP id v17mr3389864aga.7.1213917798199; Thu, 19 Jun 2008 16:23:18 -0700 (PDT) Received: from ?192.168.1.2? ( [189.24.32.186]) by mx.google.com with ESMTPS id 4sm1470450yxq.8.2008.06.19.16.23.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 19 Jun 2008 16:23:17 -0700 (PDT) To: Stanislav Malyshev Cc: 'PHP Internals' In-Reply-To: <485AE658.3050204@zend.com> References: <485AE658.3050204@zend.com> Content-Type: text/plain; charset=utf-8 Date: Thu, 19 Jun 2008 20:23:12 -0300 Message-ID: <1213917792.5876.3.camel@pena> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] cleaning up the functions - any volunteers? From: felipensp@gmail.com (Felipe Pena) Hello Em Qui, 2008-06-19 às 16:06 -0700, Stanislav Malyshev escreveu: > 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). > Yeah, I have noticed... That's also in my TODO. -- Regards, Felipe Pena.