Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26075 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13274 invoked by uid 1010); 17 Oct 2006 20:03:24 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13259 invoked from network); 17 Oct 2006 20:03:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Oct 2006 20:03:24 -0000 Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 81.169.182.136 cause and error) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from [81.169.182.136] ([81.169.182.136:37850] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 34/E0-05740-80735354 for ; Tue, 17 Oct 2006 16:03:22 -0400 Received: from baumbart.mbo (dslb-084-063-003-207.pools.arcor-ip.net [84.63.3.207]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 2E7FD610282; Tue, 17 Oct 2006 22:03:18 +0200 (CEST) Date: Tue, 17 Oct 2006 22:03:30 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1742727302.20061017220330@marcus-boerger.de> To: Michael Wallner Cc: internals@lists.php.net In-Reply-To: References: <4B.38.59377.24322254@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: zend_fcall_info API From: helly@php.net (Marcus Boerger) Hello Michael, looks nice to me. Only question i have is why not mark the new funcs ZEND_API? Is that following the development we went through with the stuff when i proposed it up to when it got comitted? best regards marcus Wednesday, October 4, 2006, 10:42:08 AM, you wrote: > Michael Wallner wrote: >> Hi, >> >> I'd like to see zend_fcall_info_init() signature extended with an additional 'zval *callable_name' argument. >> Additionally it seems that a vararg version of the zend_fcall_info_args() function would be valuable too: > Please see attached patch. > Regards, Best regards, Marcus