Re: How to print explain using PHP - Mailing list pgsql-hackers

From Karel Zak
Subject Re: How to print explain using PHP
Date
Msg-id Pine.LNX.3.96.1010109205925.12454S-100000@ara.zf.jcu.cz
Whole thread Raw
In response to Re: How to print explain using PHP  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
On Tue, 9 Jan 2001, Bruce Momjian wrote:

> >
> > On Tue, 9 Jan 2001, Bruce Momjian wrote:
> >
> > > I think the issue here was that these functions don't make any sense for
> > > PHP because you can't register C functions.
> >
> > I mean (I know) that you can register some common (internal) PHP
> > function and this function can call your PHP function. It is some used in
> > XML Expat parser that use element handlers (functions).
> >
> > It's very good resolvable in PHP... see php-4.0b3/ext/xml/xml.c as example
>
> OK, this is why I never added it to the TODO list.  Should we add this
> to our TODO list?
>

 Quick look to PHP:-)

libphp/zend_execute_API.c: call_user_function()


            Karel


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: How to print explain using PHP
Next
From: ncm@zembu.com (Nathan Myers)
Date:
Subject: Re: Quite strange crash