php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12402 Including GD support shuts down PWS
Submitted: 2001-07-26 10:29 UTC Modified: 2001-12-19 08:47 UTC
From: avillaci at ceibo dot fiec dot espol dot edu dot ec Assigned:
Status: Closed Package: GD related
PHP Version: 4.0.6 OS: Windows 98 SE
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: avillaci at ceibo dot fiec dot espol dot edu dot ec
New email:
PHP Version: OS:

 

 [2001-07-26 10:29 UTC] avillaci at ceibo dot fiec dot espol dot edu dot ec
I downloaded PHP 4.0.6 for Win32, full version (ZIP
package, binary distribution), and installed it on PWS 4.0
for ISAPI invocation.

Everything works fine except for GD library support: when
I include the library in PHP.INI, and then an attempt is
made to execute *any* PHP script under PWS (even <? phpinfo(); ?>), the server process shuts down silently. No error
log, no message box, no GPF fault display, not even a Blue 
Screen of Death. The server process (INETINFO.EXE) just
disappears from the list of active processes, and any 
further request for HTML pages of any kind (not only PHP)
fails with a "Server not found" error. 

I tried to execute PHP from the command line in order to
check the problem, and the resulting HTML output shows
a complaint about GD support not enabled on the build.
Please note that this is a different message from a
"function not recognized error" (I tried with and without
GD invocation just to be sure). 

Could you please suggest what might be wrong with PHP or
PWS? Or how to make PHP accept GD as a library (I thought
dynamic DLLs dispensed with the need to recompile PHP).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-28 08:38 UTC] sander@php.net
PHP 4.0.6 uses GD 2.0 which is still beta. That might be the cause of this. Can you try the PHP 4.1.0 when it's out (it will be released in a few days)?
 [2001-12-19 08:46 UTC] sander@php.net
No feedback. Closing.
 [2001-12-19 08:47 UTC] derick@php.net
Also note that GD is _not_ thread safe, and may not work in threaded servers, like PWS and IIS.

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