Date: 12/02/98
- Next message: Christine Burke: "Re: [PHP-DEV] Support for PDF Forms ready, but...."
- Previous message: Manuel Lemos: "[PHP-DEV] Feature request: object method passed as valid call back function pointer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Christine Burke: "Re: [PHP-DEV] Support for PDF Forms ready, but...."
- Previous message: Manuel Lemos: "[PHP-DEV] Feature request: object method passed as valid call back function pointer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

