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
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: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: Wed Apr 24 11:01:30 2024 UTC