[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
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
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_