php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6541 php4_gd.dll - ImageWBMP() failure
Submitted: 2000-09-04 22:10 UTC Modified: 2000-11-08 21:50 UTC
From: Howard dot Cohodas at dkt dot com Assigned:
Status: Closed Package: GD related
PHP Version: 4.0.2 OS: NT4 SP6a
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: Howard dot Cohodas at dkt dot com
New email:
PHP Version: OS:

 

 [2000-09-04 22:10 UTC] Howard dot Cohodas at dkt dot com
Configuration...
WinNT4 SP6a
PHP Version 4.0.2, Build Date Aug 30 2000 
Server API: ISAPI 
HTTP Server: WebSitePro/2.5.4
mySQL: 3.23.22-beta
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Script...
$im = ImageCreateFromPNG("TestSource.png")
   or die ("Create Failed");
print ImageWBMP ($im, "TestOut.bmp");

Error message...
PHP has encountered an Access Violation at 05968B97

Warning: Unknown list entry type in request shutdown (108529984) in D:\Web_Sites\DKT_RnD\htdocs\test_gd.php4 on line 0

The warning message part is reported in Bug id#6539

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-08 21:50 UTC] sniper@php.net
Fixed in CVS.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC