ID: 49869 Updated by: [email protected] Reported By: orel at melix dot net -Status: Assigned +Status: Feedback Bug Type: GD related Operating System: Linux PHP Version: 5.2.11 Assigned To: tabe New Comment:
Please try using this snapshot: http://snaps.php.net/php5.3-latest.tar.gz For Windows: http://windows.php.net/snapshots/ It looks ok with PHP_5_3: Array ( [0] => -1 [1] => 3 [2] => 173 [3] => 3 [4] => 173 [5] => -14 [6] => -1 [7] => -14 ) Previous Comments: ------------------------------------------------------------------------ [2009-10-13 18:56:23] [email protected] Hm that one is new, time to look at it Tabe? ------------------------------------------------------------------------ [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
