Derick Rethans wrote:
> Just move them to module startup/shutdown; it doesn't make any
> difference anyway.
>
That's what I have been doing so far You are probably right, guess it's
a matter of rethinking my code again ;)
>
> > Do you recall in which version this functionality was removed?
>
On Tue, 10 Dec 2002, Thomas Wentzel wrote:
> Derick Rethans wrote:
>
> > They are indeed not called anymore, as we just removed the
> > functionality, but it still compiles of course. However, where did you
> > see this documented? It's neither in phpdoc or the ZendAPI docs.
> >
> > Derick
>
> W
Derick Rethans wrote:
> They are indeed not called anymore, as we just removed the
> functionality, but it still compiles of course. However, where did you
> see this documented? It's neither in phpdoc or the ZendAPI docs.
>
> Derick
Well.. a quick glimpse revealed the following two pages (don't
On Tue, 10 Dec 2002, Thomas Wentzel wrote:
> Does this also mean, that I can't "hardcode" this functionality?
> (ie. adding to functions to the zend_module_entry struct)
> As it is I actually have a use for this, and have succesfully compiled
> my extension with references to such hardcoded functi
Thanks, Derick!
Does this also mean, that I can't "hardcode" this functionality?
(ie. adding to functions to the zend_module_entry struct)
As it is I actually have a use for this, and have succesfully compiled
my extension with references to such hardcoded functions - allthough
they don't seem to
On Tue, 10 Dec 2002, Thomas Wentzel wrote:
> Hi!
>
> How come there are no macros for global startup and shutdown functions?
> The Zend API documentation refers to such terms and even instructs that
> one should
> use STANDARD_MODULE_PROPERTIES_EX instead of
> STANDARD_MODULE_PROPERTIES if global