RE: [PHP-DEV] MINIT or RINIT

2002-04-23 Thread Sam Liddicott
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-

RE: [PHP-DEV] MINIT or RINIT

2002-04-23 Thread Sam Liddicott
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

RE: [PHP-DEV] MINIT or RINIT

2002-04-23 Thread Sam Liddicott
> -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

RE: [PHP-DEV] MINIT or RINIT

2002-04-23 Thread Sam Liddicott
> -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

Re: [PHP-DEV] MINIT or RINIT

2002-04-23 Thread Rasmus Lerdorf
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.