Re: [PHP-DEV] php_module_startup: more than one additional_module impossible?

2004-09-21 Thread Norbert Wagner
[EMAIL PROTECTED] wrote: [...] > >>A solution might be to add a new php_module_startup_ex(...) function >>with the right parametes, and let php_module_startup() be a wrapper >>around it. >>At least this would keep existing SAPI-modules working: >> >> >>/* {{{ php_module_startup >> */ >>int php_mod

Re: [PHP-DEV] php_module_startup: more than one additional_module impossible?

2004-09-12 Thread Norbert Wagner
ule_startup_ex */ int php_module_startup_ex(sapi_module_struct *sf, zend_module_entry **additional_modules, uint num_additional_modules) { /* old php_module_startup() body here */ } What do you think? Regards, Norbert --Wez. On Fri, 10 Sep 2004 22:55:18 +0200, Norbert Wagner <[EMAIL PROTECTED]> wr

[PHP-DEV] php_module_startup: more than one additional_module impossible?

2004-09-11 Thread Norbert Wagner
Hi, I need to load more than one "additional_module" in my self-made SAPI-module. Looking around at the php/zend-API, I thought that the php_module_startup(...) function provides such functionality: int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_modules, uint num_