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 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: 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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 09:01:26 2024 UTC