php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6543 php4_gd.dll - ImageCreateFromWBMP() failure
Submitted: 2000-09-04 22:35 UTC Modified: 2000-09-05 04:46 UTC
From: Howard dot Cohodas at dkt dot com Assigned:
Status: Closed Package: Other
PHP Version: 4.0.2 OS: NT4 SP6a
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: Howard dot Cohodas at dkt dot com
New email:
PHP Version: OS:

 

 [2000-09-04 22:35 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 = ImageCreateFromWBMP("lanma256.bmp")
    or die ("Create Failed");

Error Message...
Warning: imagecreatefromwbmp: 'lanma256.bmp' is not a valid WBMP file in D:\Web_Sites\DKT_RnD\htdocs\test_gd.php4 on line 8
Create Failed

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-05 04:46 UTC] stas@php.net
WBMP is WAP (wireless BMP), not windows bitmap.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 17:01:29 2024 UTC