Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24767 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31142 invoked by uid 1010); 20 Jul 2006 15:44:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 31110 invoked from network); 20 Jul 2006 15:44:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2006 15:44:18 -0000 X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from ([204.11.219.139:37277] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id A3/05-29121-EC4AFB44 for ; Thu, 20 Jul 2006 11:44:15 -0400 Received: from [66.228.175.145] (borndress-lm.corp.yahoo.com [66.228.175.145]) (authenticated bits=0) by lerdorf.com (8.13.7/8.13.7/Debian-1) with ESMTP id k6KFiB4s030526; Thu, 20 Jul 2006 08:44:11 -0700 Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: Content-Transfer-Encoding: 7bit Cc: Ilia Alshanetsky Date: Thu, 20 Jul 2006 08:44:41 -0700 To: PHP Internals X-Mailer: Apple Mail (2.623) Subject: Varargs parameter parsing for 5.2 From: andrei@gravitonic.com (Andrei Zmievski) You probably have seen my HEAD patches to parameter parsing API that implement varargs support. I was thinking this functionality could be useful for PHP 5 as well. I've tested it pretty thoroughly and there should be no breakage. Any thoughts on including it? -Andrei