undefined function imagepsloadfont ??

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Heinz

    #1

    undefined function imagepsloadfont ??

    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


  • Alvaro G Vicario

    #2
    Re: undefined function imagepsloadfont ??

    *** Heinz wrote/escribió (Wed, 16 Jun 2004 13:34:01 +0200):[color=blue]
    > When trying some examples using gd i get an error message saying Fatal
    > error: Call to undefined function: imagepsloadfont (). Other examples just
    > run fine.[/color]

    PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.


    Note: This function is only available if PHP is compiled using
    --enable-t1lib.

    Run phpinfo() to check if it was compiled this way.



    --
    --
    -- Álvaro G. Vicario - Burgos, Spain
    --

    Comment

    Working...