Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11500 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87711 invoked by uid 1010); 23 Jul 2004 08:08:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87686 invoked from network); 23 Jul 2004 08:08:13 -0000 Received: from unknown (HELO mproxy.gmail.com) (216.239.56.242) by pb1.pair.com with SMTP; 23 Jul 2004 08:08:13 -0000 Received: by mproxy.gmail.com with SMTP id w29so2104530cwb for ; Fri, 23 Jul 2004 01:08:13 -0700 (PDT) Received: by 10.11.118.44 with SMTP id q44mr61011cwc; Fri, 23 Jul 2004 01:08:13 -0700 (PDT) Message-ID: <4e89b42604072301083d3e4764@mail.gmail.com> Date: Fri, 23 Jul 2004 09:08:13 +0100 To: Lester Caine Cc: internals@lists.php.net In-Reply-To: <20040723070417.59558.qmail@pb1.pair.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040722111742.253.qmail@pb1.pair.com> <5.1.0.14.2.20040722163423.0433ee48@127.0.0.1> <20040723070417.59558.qmail@pb1.pair.com> Subject: Re: [PHP-DEV] Calling PHP functions from an extension From: kingwez@gmail.com (Wez Furlong) Use the source, Luke. On Fri, 23 Jul 2004 08:08:00 +0100, Lester Caine wrote: > Andi Gutmans wrote: > > > Check out zend_call_function(). It allows you to cache the function > > lookup in the fci_cache parameter. > > Where is the best place to find zend_call_function details, nothing in > the manual and google gives some spurious results. > > > > -- > Lester Caine > ----------------------------- > L.S.Caine Electronic Services > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >