[PHP-DEV] Bug #966: extension bug. From: alpe <email protected>
Date: 12/02/98

From: alpe <email protected>
Operating system: UNIX supporting shared library
PHP version: 3.0.5
PHP Bug Type: Reproduceable crash
Bug description: extension bug.

PHP loads extension(dynamic module) in parsing php3.ini.
  ; by calling php3_config_ini_startup

And then call module_startup_modules() funtion.

But module_startup_modules reset module_count to 0;

So entension module number is conflicts to the module_number of dynamic module loaded by dl() php function.

This is critical in resource deallocation.
Because it try to deallocate extention module resource after request processing.

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>