Re: [PHP-DEV] Macros for global startup/shutdown functions

2002-12-10 Thread Thomas Wentzel
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? >

Re: [PHP-DEV] Macros for global startup/shutdown functions

2002-12-10 Thread Derick Rethans
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

Re: [PHP-DEV] Macros for global startup/shutdown functions

2002-12-10 Thread Thomas Wentzel
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

Re: [PHP-DEV] Macros for global startup/shutdown functions

2002-12-10 Thread Derick Rethans
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

Re: [PHP-DEV] Macros for global startup/shutdown functions

2002-12-10 Thread Thomas Wentzel
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

Re: [PHP-DEV] Macros for global startup/shutdown functions

2002-12-10 Thread Derick Rethans
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