Re: [PHP] Gd Lib PHP.4.3.2 Gentoo
I change system from apach2 to apache it fixed... Sancar Saran -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Gd Lib PHP.4.3.2 Gentoo
Hi, Is there any problem on Php 4.3.2 GD lib ? My code works fine on Php 4.3.1 but not work 4.3.2 here code Header ("Content-type: image/jpeg"); $text = "some text"; $s= 20; $fontfile = "/usr/X11R6/lib/X11/fonts/truetype/arial.ttf"; $size = imagettfbbox($s,0,"$fontfile",$text); $dx