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
 [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: Fri May 10 08:01:33 2024 UTC