Edit report at http://bugs.php.net/bug.php?id=51315&edit=1

 ID:                 51315
 Comment by:         administrateur at exinsidephp dot com
 Reported by:        administrateur at exinsidephp dot com
 Summary:            imagettfbbox randomly don't work
 Status:             Assigned
 Type:               Bug
 Package:            GD related
 Operating System:   Debian GNU/Linux 5.0
 PHP Version:        5.3.2
 Assigned To:        pajoye
 Block user comment: N

 New Comment:

I have upgrade my server for install DotDeb package with PHP 5.3.3
(apt-get update && apt-get ugrade) and the problem have disapear with
this release.


Previous Comments:
------------------------------------------------------------------------
[2010-07-17 20:50:47] geiss...@php.net

According to Sean, this appears to be a bug in libgd that has been fixed
in the 

copy included by PHP but not at upstream. I'm afraid I don't know any
other 

detail.

Pierre, could you please take a look at it? (and if possible, update
libgd 

upstream :)

------------------------------------------------------------------------
[2010-05-01 17:29:47] geiss...@php.net

I tried with the following versions and with all of them the result is
the same:

4.1.2, 4.2.4, 4.3.4, 4.4.3



So it's a bug on libgd's side. Will ask Sean as he is the maintainer at
Debian.

------------------------------------------------------------------------
[2010-03-23 20:59:14] geiss...@php.net

Strange that you mention that it works with gcc 4.1.2. Last I heard
5.3.x failed to build with that version (don't know what arch was that,
though).



Will take a look at it later. FWIW, a test related to imagettfbbox is
reproducibly failing (with the same results on all archs):



ext/gd/tests/bug48801.log:

---- EXPECTED OUTPUT

(-1, 15)

(155, 15)

(155, -48)

(-1, -48)

---- ACTUAL OUTPUT

(1, 15)

(163, 15)

(163, -48)

(1, -48)

---- FAILED



And that was with 4.4.3 (same results without optimisation). Has anyone
tried to reproduce it with the same or similar versions of gcc from
another distribution?

------------------------------------------------------------------------
[2010-03-23 15:04:59] paj...@php.net

Raphael, can you take a look at this one please?

------------------------------------------------------------------------
[2010-03-23 14:52:53] administrateur at exinsidephp dot com

So I have find the origin of the problem : "GCC".



This problem appear if you compile PHP 5.3.2 width GCC 4.3.2 on Debian
32 bits. For fix the problem you must compile PHP 5.3.2 width GCC 4.1.2.

------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    http://bugs.php.net/bug.php?id=51315


-- 
Edit this bug report at http://bugs.php.net/bug.php?id=51315&edit=1

Reply via email to