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.
>
> I think it should do this in PHP_MINIT but when I do it here they are only
> available as registered for the first apache request.
>
> If I register them in PHP_RINIT then they are always available.
>
> Why would this be so?  Which should I use?
>
> Sam
>
>
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to