|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2004-03-29 10:39 UTC] cryp at ctco dot lv
Description: ------------ Platform: Windows 2000. Web-server: Apache 1.3.29 PHP version: 4.3.5 If php installed as apache module, apache will crashes when service is starting. If php installed as CGI, apache starts normally, but all php files cause crashing of php.exe. It doesn't matter if the php file is encoded or not with ZendEncoder. I've tryed an old version of ZendOptimizer (2.1.0), the result was the same. There is no problems with PHP version 4.3.4. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 14 05:00:01 2025 UTC |
This problem appears to be due to an unnecessary and ill advised addition that was made to TSRM.c with release 4.3.5. This may have been fixed already in CVS, but the work around is to remove or otherwise disable the following lines that appear around line 161 in the said file: if (resource_types_table && resource_types_table[j].dtor) { resource_types_table[j].dtor(p->storage[j], &p->storage); } We can provide an explanation of why this addition is a problem if anyone in the PHP group is interested. ionCube Ltd. http://www.ioncube.com