|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[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. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 15:00:01 2025 UTC |
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; }