Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64471 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73530 invoked from network); 2 Jan 2013 15:26:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jan 2013 15:26:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:58862] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 65/55-12868-88154E05 for ; Wed, 02 Jan 2013 10:26:01 -0500 Received: from transformer.fritz.box (host-188-174-197-246.customer.m-online.net [188.174.197.246]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 30D8965FBA; Wed, 2 Jan 2013 16:25:57 +0100 (CET) User-Agent: K-9 Mail for Android In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: Wed, 02 Jan 2013 16:26:00 +0100 To: Gustavo Lopes ,internals@lists.php.net Message-ID: Subject: Re: [PHP-DEV] [RFC] zend_parse_parameters() improvements From: johannes@schlueters.de (=?ISO-8859-1?Q?Johannes_Schl=FCter?=) Gustavo Lopes wrote: >I've written an RFC. It's available on: > > The patch is mssing an update to README.PARAMETER_PARSING and if you ant to truly export zend_parse_parameter() please mark it as ZENDAPI so it's available from shared extensions and such. johannes