Hello All
I have just installed PHP 4.3.7 on Windows XP along with Apache2.
When trying some examples using gd i get an error message saying Fatal
error: Call to undefined function: imagepsloadfont (). Other examples just
run fine.
var_dump(gd_inf o()) tells me:
array(11) { ["GD Version"]=> string(27) "bundled (2.0.23 compatible)"
["FreeType Support"]=> bool(true) ["FreeType Linkage"]=> string(13) "with
freetype" ["T1Lib Support"]=> bool(false) ["GIF Read Support"]=> bool(true)
["GIF Create Support"]=> bool(false) ["JPG Support"]=> bool(true) ["PNG
Support"]=> bool(true) ["WBMP Support"]=> bool(true) ["XBM Support"]=>
bool(true) ["JIS-mapped Japanese Font Support"]=> bool(false) }
I have seen somewhere that ["T1Lib Support"] should be set to true to avoid
the above problem.
What is wrong here ? Any help for this ?
Thanks in advance
Heinz
I have just installed PHP 4.3.7 on Windows XP along with Apache2.
When trying some examples using gd i get an error message saying Fatal
error: Call to undefined function: imagepsloadfont (). Other examples just
run fine.
var_dump(gd_inf o()) tells me:
array(11) { ["GD Version"]=> string(27) "bundled (2.0.23 compatible)"
["FreeType Support"]=> bool(true) ["FreeType Linkage"]=> string(13) "with
freetype" ["T1Lib Support"]=> bool(false) ["GIF Read Support"]=> bool(true)
["GIF Create Support"]=> bool(false) ["JPG Support"]=> bool(true) ["PNG
Support"]=> bool(true) ["WBMP Support"]=> bool(true) ["XBM Support"]=>
bool(true) ["JIS-mapped Japanese Font Support"]=> bool(false) }
I have seen somewhere that ["T1Lib Support"] should be set to true to avoid
the above problem.
What is wrong here ? Any help for this ?
Thanks in advance
Heinz
Comment