|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-01-18 01:17 UTC] pajoye@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 11:00:01 2025 UTC |
Description: ------------ Attempting to make PHP 5.3.1 using libpng 1.4.0 (which was released 1/3/2010, I think) reveals that GD relies on the deprecated, and now removed in v1.4.0, _png_check_sig in _php_gd_gdImageCreateFromPngCtx in gd_png.o. Reproduce code: --------------- No code necessary. configure/make/make install libpng 1.4.0, point PHP's configure at the library. Expected result: ---------------- Successful compile. Actual result: -------------- Undefined symbols: "_png_check_sig", referenced from: _php_gd_gdImageCreateFromPngCtx in gd_png.o