OK, I just noticed class_entry->builtin_functions which I can probably use.
Sam
> -Original Message-
> From: Sam Liddicott
> Sent: 23 April 2002 16:19
> To: Sam Liddicott; 'Rasmus Lerdorf'
> Cc: 'PHP Developers Mailing List'
> Subject: RE: [PHP-
g List
> Subject: RE: [PHP-DEV] MINIT or RINIT
>
>
>
>
> > -Original Message-
> > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
> > Sent: 23 April 2002 11:30
> > To: Sam Liddicott
> > Cc: PHP Developers Mailing List
> > Subject: Re: [PHP-DE
> -Original Message-
> From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
> Sent: 23 April 2002 11:30
> To: Sam Liddicott
> Cc: PHP Developers Mailing List
> Subject: Re: [PHP-DEV] MINIT or RINIT
>
>
> Well, where are you storing them? Make sure they are n
> -Original Message-
> From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
> Sent: 23 April 2002 11:30
> To: Sam Liddicott
> Cc: PHP Developers Mailing List
> Subject: Re: [PHP-DEV] MINIT or RINIT
>
>
> Well, where are you storing them? Make sure they are n
Well, where are you storing them? Make sure they are not in memory that
gets cleaned on a per-request basis. ie. do your own malloc() in MINIT
and free() in MSHUTDOWN.
-Rasmus
On Tue, 23 Apr 2002, Sam Liddicott wrote:
> Swig generated code registers some overloaded classes to wrap C classes.