Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64368 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19306 invoked from network); 19 Dec 2012 21:07:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Dec 2012 21:07:22 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.169 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.217.169 mail-lb0-f169.google.com Received: from [209.85.217.169] ([209.85.217.169:45207] helo=mail-lb0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/27-04341-78C22D05 for ; Wed, 19 Dec 2012 16:07:21 -0500 Received: by mail-lb0-f169.google.com with SMTP id gk1so2375947lbb.0 for ; Wed, 19 Dec 2012 13:07:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=XsNElhcly6C+znZ2v6d/OcjNC3pWzURX/WeeJtNhme8=; b=ftekLhTKa32B53MoXD1wLrxVev0PcoFy1m6Vx4yiWdBL/CmXtURHma2t6lNdemoNsa kjliBk7qd4rrxOVhmGmoc0MHbMyBm10UA+ZQmRJy+Ko/UDgIqi0edNjfYj0JzurBjBc1 qdzEsjMC/0P0XLcCpKg1QeCAo9JJqMohdSgh1zYo7TDws+LDHaqXscDv19TI47E6993O huwlSUZNSf/2UsAirz85eg8jYPzvshQHrEdECFfdypVw5JnQQHaoRDki0oNWzo+CS0eI nUiHXaOsoCZJ3QComqoy5jbOY3JEXTNrxiJgi8QkXFzp1KiBinv9sIGyUhaPwx/IGMey Pneg== MIME-Version: 1.0 Received: by 10.152.132.69 with SMTP id os5mr6263540lab.15.1355951236831; Wed, 19 Dec 2012 13:07:16 -0800 (PST) Received: by 10.112.39.130 with HTTP; Wed, 19 Dec 2012 13:07:16 -0800 (PST) In-Reply-To: References: Date: Wed, 19 Dec 2012 22:07:16 +0100 Message-ID: To: Gustavo Lopes Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=f46d042c6527cdd97904d13affb4 Subject: Re: [PHP-DEV] zend_parse_parameters() improvements From: nikita.ppv@gmail.com (Nikita Popov) --f46d042c6527cdd97904d13affb4 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Jul 18, 2012 at 11:05 PM, Gustavo Lopes wrote: > Some deficiencies in zpp have been constrai > ning the implementation of common scenarios such as 'allow integer or > NULL'* or the more general 'allow different types for an argument'**. > > So I propose the changes in this branch: > > https://github.com/cataphract/php-src/compare/zpp_improv > What's the state of this? Nikita --f46d042c6527cdd97904d13affb4--