php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8036 php_sablot.dll crashed php.exe
Submitted: 2000-11-29 16:35 UTC Modified: 2001-02-17 17:27 UTC
From: sbergmann@php.net Assigned: sterling (profile)
Status: Closed Package: Reproducible Crash
PHP Version: 4.0 Latest CVS (29/11/2000) OS: Windows 2000 Professional
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: sbergmann@php.net
New email:
PHP Version: OS:

 

 [2000-11-29 16:35 UTC] sbergmann@php.net
After enabling php_sablot.dll (built, together with cgi/php.exe from latest CVS) PHP crashes on startup.

The request is processed and the requested document is sent out. The Sablot extension is shown as loaded in phpinfo() but I haven't tested the exetension's functions.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-30 08:52 UTC] sbergmann@php.net
There is a problem in PHP_MSHUTDOWN_FUNCTION. The following comments make the crash go away, but I think the sablot extension will now leak memory:

PHP_MSHUTDOWN_FUNCTION(sablot)
{
    SABLOTLS_FETCH();
/*
    if (SABLOTG(processor)) {
        SablotUnregHandler(SABLOTG(processor), HLR_MESSAGE, NULL, NULL);
        SablotDestroyProcessor(SABLOTG(processor));
    }
*/
    return SUCCESS;
}
 [2000-12-02 05:31 UTC] sterling@php.net
Please try the latest cvs and let me know if this happens, thanks.
 [2000-12-02 06:35 UTC] sbergmann@php.net
The latest CVS makes php.exe crash on startup, again.
 [2000-12-03 14:20 UTC] sterling@php.net
Try the latest CVS and let me know if the problem still persists.
 [2001-02-17 17:27 UTC] sbergmann@php.net
spoO, this was fixed by Sterling a while ago.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 22:01:28 2024 UTC