[PHP-DEV] PHP 4.0 Bug #7875 Updated: ImageTTFText still mixes up x and y (in some cases?) From: steffann <email protected>
Date: 11/20/00

ID: 7875
Updated by: steffann
Reported By: sander <email protected>
Status: Closed
Bug Type: GD related
Assigned To:
Comments:

Stupid... I had an old libgd.so somewhere on disk.... This wasn't a PHP bug, but my own mistake. After removing the old libgd.so everything works as expected. Sorry :)

Previous Comments:
---------------------------------------------------------------------------

[2000-11-19 12:31:32] sander <email protected>
The version I use is available at http://rpms.arvin.dk/gd-with_gif/ where you can find RPMS and sources/patches.

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

[2000-11-18 19:04:48] markonen <email protected>
I've never seen GD 1.8.3 with GIF support patched in. Is
this software in public circulation? Could you send me
a copy? In order to help you I need to take a look on
how it behaves in ./configure.

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

[2000-11-18 16:50:31] sander <email protected>
I noticed that there is still a problem with ImageTTFText. It mixes up x and y... I'm using GD 1.8.3 (with GIF support patched in, but it still uses pixels[y][x] like GD13+)
I tested this with Arvin's RPMS (http://rpms.arvin.dk/) and my own builds. Both have HAVE_LIBGD13 defined in php_config.h (several times in fact, but they all define it as 1) and I can't find any errors in the source myself... But still, it doesn't work right.....

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

Full Bug description available at: http://bugs.php.net/?id=7875

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>