I have php4.0.6 --with-gd --with-t1lib.However imagepstext doesn't seem to work correctly!
$im=imagecreate(185,212);
ImagePsText($im, "a", $font,12, $black, $white, 0, 30);
libt1 returned error 3
'$font' is loaded so nothing to do with it - where crashes then?