php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3106 imagepng() and imagecreatefrompng() do not work.
Submitted: 2000-01-05 04:55 UTC Modified: 2000-01-05 09:37 UTC
From: rui dot carmo at netc dot pt Assigned:
Status: Closed Package: Other
PHP Version: 3.0.13 OS: Win32
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: rui dot carmo at netc dot pt
New email:
PHP Version: OS:

 

 [2000-01-05 04:55 UTC] rui dot carmo at netc dot pt
Okay. I've recently tried to upgrade my Win32 installation to 3.0.13, and had to roll back to 3.0.11.

Why? Not because I specifically needed to generate GIFs (I had already rewritten a bunch of stuff to create PNGs instead), but because (pardon me for shouting, but it's one of these days) THE WIN32 BUILD DOES NOT HAVE AN IMAGEPNG() FUNCTION!!!

(I checked the symbol table, vi'd it in hex mode, whatever. Most of the image* functions were there, but not imagepng or imagecreatefrompng)

I can only assume that something got #ifdef'd out...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-01-05 09:37 UTC] rasmus at cvs dot php dot net
The Windows version is not likely to have the PNG functions anytime soon.  This has nothing to do with PHP really, it is mostly because there is no Windows version of GD and we are not in the business of maintaining other peoples' code.  Complain to the author of GD if you do not like this, but don't yell at us.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 09 21:01:31 2024 UTC