ID: 49869
Updated by: [email protected]
Reported By: orel at melix dot net
-Status: Open
+Status: Assigned
Bug Type: GD related
Operating System: Linux
PHP Version: 5.2.11
-Assigned To:
+Assigned To: tabe
New Comment:
Hm that one is new, time to look at it Tabe?
Previous Comments:
------------------------------------------------------------------------
[2009-10-13 18:41:08] orel at melix dot net
Description:
------------
imagettfbbox returns bogus values:
Array
(
[0] => 0
[1] => 3
[2] => -2147483648
[3] => 3
[4] => -2147483648
[5] => -14
[6] => 0
[7] => -14
)
5.2.0-8+etch13 is ok
5.2.11-1 is ko
Reproduce code:
---------------
print_r(imagettfbbox(12, 0,"/home/somewhere/verdanab.ttf", "Recipient
responses"));
Expected result:
----------------
Array
(
[0] => 0
[1] => 3
[2] => 181
[3] => 3
[4] => 181
[5] => -14
[6] => 0
[7] => -14
)
Actual result:
--------------
Array
(
[0] => 0
[1] => 3
[2] => -2147483648
[3] => 3
[4] => -2147483648
[5] => -14
[6] => 0
[7] => -14
)
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=49869&edit=1