Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23836 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69788 invoked by uid 1010); 31 May 2006 22:54:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 69773 invoked from network); 31 May 2006 22:54:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 May 2006 22:54:39 -0000 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.184.230 wr-out-0506.google.com Linux 2.4/2.6 Received: from ([64.233.184.230:63049] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 8F/E2-07504-EAE1E744 for ; Wed, 31 May 2006 18:54:38 -0400 Received: by wr-out-0506.google.com with SMTP id i3so138478wra for ; Wed, 31 May 2006 15:54:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:x-priority:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=ifpfOLuqyTqz7b/Hc89FPMujrZLiGkXOKEREcWmds5Lt6aTr2n8XXYUTGqrLZyAFh/UNpYHSpeOvHFrYDdi/yrcOl9WcVvPMIxLEfS2hYkoJwZf+2Dhzzrztf1HWvJCDzuvzOQg+Xljjqc+lLqHVsUm+VOKm7wIbmpvr/OrSFY8= Received: by 10.64.3.9 with SMTP id 9mr33365qbc; Wed, 31 May 2006 15:54:34 -0700 (PDT) Received: from ?192.168.1.6? ( [72.59.8.142]) by mx.gmail.com with ESMTP id p4sm388305qba.2006.05.31.15.54.34; Wed, 31 May 2006 15:54:34 -0700 (PDT) In-Reply-To: <16169364.20060530211554@marcus-boerger.de> References: <183687389.20060527223213@marcus-boerger.de> <16169364.20060530211554@marcus-boerger.de> Mime-Version: 1.0 (Apple Message framework v750) X-Priority: 3 (Normal) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <8894CCAD-F4F6-4487-9366-43BD1D3E4AA3@prohost.org> Cc: internals@lists.php.net, Andi Gutmans , Zeev Suraski , Ilia Alshanetsky Content-Transfer-Encoding: 7bit Date: Wed, 31 May 2006 18:54:32 -0400 To: Marcus Boerger X-Mailer: Apple Mail (2.750) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] MFHing zend_fcall_info_*() to 5.2 From: ilia@prohost.org (Ilia Alshanetsky) I have not reviewed the patch in its entirety but the concept and the code that I did read appear to be fine for 5.2 inclusion by me. Ilia Alshanetsky On 30-May-06, at 3:15 PM, Marcus Boerger wrote: > Hello, > > i guess i don'T get an answer to this do i? > > Saturday, May 27, 2006, 10:32:13 PM, you wrote: > >> Hello Andi, Zeev, Ilia, > >> the attached patch adds three new functions that make calling >> functions a lot easier - at least for me in SPL. And it also does >> a few things correct which are probably overseen easily. The >> addition works in HEAD already and paases all memcheck tests idid >> so far. > > Best regards, > Marcus > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >