php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50959 PHP 5.3: Incompatible change in GD
Submitted: 2010-02-08 00:35 UTC Modified: 2010-02-08 00:54 UTC
From: h dot reindl at thelounge dot net Assigned:
Status: Not a bug Package: GD related
PHP Version: 5.3.1 OS: Linux
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: h dot reindl at thelounge dot net
New email:
PHP Version: OS:

 

 [2010-02-08 00:35 UTC] h dot reindl at thelounge dot net
Description:
------------
There seems to be a incompatible change in GD since PHP 5.3
"pecl-php-gdchart" compiles but can not be loaded

Of course i made a bugreport at pecl, but i think such changes should not happen: http://pecl.php.net/bugs/bug.php?id=17050

[root@testserver:~]$ php -d extension=gdchart.so -v
Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/gdchart.so' - /usr/lib64/php/modules/gdchart.so: undefined symbol: php_gd_gdFontMediumBold in Unknown on line 0
PHP 5.3.1 with Suhosin-Patch (cli) (built: Feb  7 2010 20:43:20) 
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies
    with eAccelerator v0.9.6, Copyright (c) 2004-2010 eAccelerator, by eAccelerator
    with Suhosin v0.9.29, Copyright (c) 2007, by SektionEins GmbH

Reproduce code:
---------------
* compile php-pecl-gdchart
* try to load the extension

Expected result:
----------------
Working extension

Actual result:
--------------
Extension compiles but is not useable

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-02-08 00:54 UTC] johannes@php.net
The reason for changing the version number is changing internal APIs.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 20 02:00:03 2025 UTC