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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: alpe at vios dot co dot kr
New email:
PHP Version: OS:

 

 [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: Fri Apr 19 00:01:29 2024 UTC