php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #966 extension bug.
Submitted: 1998-12-02 21:36 UTC Modified: 1999-11-28 17:40 UTC
From: alpe at vios dot co dot kr Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0.5 OS: UNIX supporting shared library
Private report: No CVE-ID: None
 [1998-12-02 21:36 UTC] alpe at vios dot co dot kr
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.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-11-28 17:40 UTC] rasmus at cvs dot php dot net
This has been fixed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 22:01:31 2024 UTC