RE: [PHP-DEV] module startup problem in 5.1

2005-07-18 Thread Dmitry Stogov
I'll do it. Dmitry. On Mon, 2005-07-18 at 18:04 +0300, Stanislav Malyshev wrote: > DS>>We can reimplement zend_register_internal_module() to return > DS>>zend_module_entry* instead of bool. > > Yes, I think it's the most simple way to do it. -- PHP Internals - PHP Runtime Development Mailing

RE: [PHP-DEV] module startup problem in 5.1

2005-07-18 Thread Stanislav Malyshev
DS>>We can reimplement zend_register_internal_module() to return DS>>zend_module_entry* instead of bool. Yes, I think it's the most simple way to do it. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Internals - PHP Runtime D

RE: [PHP-DEV] module startup problem in 5.1

2005-07-18 Thread Dmitry Stogov
> To: PHP Development > Subject: [PHP-DEV] module startup problem in 5.1 > > > I see very serious problem un current module registration/startup > functions in 5.1. > In 5.0, there was a function zend_startup_module which did > two things: 1. Register PHP module with the

[PHP-DEV] module startup problem in 5.1

2005-07-18 Thread Stanislav Malyshev
I see very serious problem un current module registration/startup functions in 5.1. In 5.0, there was a function zend_startup_module which did two things: 1. Register PHP module with the system 2. Run startup function of the module Now, in 5.1 those functions got spearated. However, the problem