php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9098 gd crashes Apache
Submitted: 2001-02-04 09:39 UTC Modified: 2001-04-10 09:52 UTC
From: goba@php.net Assigned:
Status: Closed Package: GD related
PHP Version: 4.0.4pl1 OS: win2k
Private report: No CVE-ID: None
 [2001-02-04 09:39 UTC] goba@php.net
I am using Win Apache (as a win2k service)
with PHP as a module. If I use
extension=php_gd.dll in php.ini Apache
craches when I manually start the service.

If I insert another extension, but not gd
(eg. java), it starts up correcly and shows
the java extension in the phpinfo() list.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-17 17:33 UTC] sbergmann@php.net
This is a known problem. The GD extension is not (yet) threadsafe, which causes a crash when run with the module version of PHP on Win32.

The GD extension works nicely with the CGI version of PHP on Win32.

 [2001-02-18 05:51 UTC] dbeu@php.net
ts issues were fixed in 4.0.4.
the gd runs fine here with the apache module, this can't be the problem.
please provide reproducing code.
 [2001-04-10 09:52 UTC] sniper@php.net
No feedback. If this happens also with soon to be released PHP 4.0.5, reopen this bug report with short example script
that can be used to reproduce this.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 16:01:27 2024 UTC