> -Original Message-
> From: Andi Gutmans [mailto:[EMAIL PROTECTED]]
> Sent: 25 April 2002 23:14
> To: Sam Liddicott; Sam Liddicott; 'Rasmus Lerdorf'
> Cc: 'PHP Developers Mailing List'
> Subject: Re: [PHP-DEV] Persistent overloaded class
> reg
At 11:11 24/04/2002 +0100, Sam Liddicott wrote:
>My overloaded classes are now registered in MINIT with:
>
>INIT_OVERLOADED_CLASS_ENTRY()
>zend_register_internal_class()
>..zend_register_list_destructors_ex
>
>And all seems mostly fine;
>
>except the second time apache serves a request, one of the
--- Sam Liddicott <[EMAIL PROTECTED]> wrote:
> My overloaded classes are now registered in MINIT with:
>
> INIT_OVERLOADED_CLASS_ENTRY()
> zend_register_internal_class()
> ..zend_register_list_destructors_ex
>
> And all seems mostly fine;
>
> except the second time apache serves a request, one
> -Original Message-
> From: Markus Fischer [mailto:[EMAIL PROTECTED]]
> Sent: 24 April 2002 11:24
> To: Sam Liddicott
> Cc: 'Rasmus Lerdorf'; 'PHP Developers Mailing List'
> Subject: Re: [PHP-DEV] Persistent overloaded class
> registration p
Hi,
it might help if you give a link to some self-contained
generated source example so we get the full picture.
- Markus
On Wed, Apr 24, 2002 at 11:11:43AM +0100, Sam Liddicott wrote :
> My overloaded classes are now registered in MINIT with:
>
> INIT_OVERLOADED_CLASS_ENTRY()