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
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: 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 22:01:33 2024 UTC