没有load php_gd.dll extension

解决方案 »

  1.   

    如何load php_gd.dll extension ????
    一般的.gif可以通过 php_gd.dll 显示;但计数器好像只能通过 php_gd_gif.dll ,我都不知道该怎么办了。
      

  2.   

    Note: Since all GIF support was removed from the GD library in version 1.6, this function(ImageCreateFromGIF) is not available if you are using that version of the GD library. 你只能去下载一个跟你PHP版本相对应的php_gd_gif.dll
      

  3.   

    我认为 luncif(luncif) 说的是对的。我记得好像 php4.0.4 和 php4.0.5 对应一个gd.
     php4.0.6 要用新版的gd库。
      

  4.   

    Call to undefined function:  imagecreatefromgif() in <b>c:\apache\htdocs\cgi-bin\counter.php 怎样定义imagecreatefromgif() ??谢谢大家!!!!Call to undefined function:  imagecreatefromgif() in <b>c:\apache\htdocs\cgi-bin\counter.php 怎样定义imagecreatefromgif() ??谢谢大家!!!!Call to undefined function:  imagecreatefromgif() in <b>c:\apache\htdocs\cgi-bin\counter.php 怎样定义imagecreatefromgif() ??谢谢大家!!!!Call to undefined function:  imagecreatefromgif() in <b>c:\apache\htdocs\cgi-bin\counter.php 怎样定义imagecreatefromgif() ??谢谢大家!!!!Call to undefined function:  imagecreatefromgif() in <b>c:\apache\htdocs\cgi-bin\counter.php 怎样定义imagecreatefromgif() ??谢谢大家!!!!
      

  5.   

    You will also have to compile PHP with the GD library (available at http://www.boutell.com/gd/),do u understand?
      

  6.   

    --enable-freetype-4bit-antialias-hack
    PHP 3: Option not available in PHP 3 PHP 4: Include support for FreeType2 (experimental). --with-gd[=DIR]
    PHP 3: Include GD support (DIR is GD's install dir). PHP 4: Include GD support (DIR is GD's install dir). Set DIR to shared to build as a dl, or shared,DIR to build as a dl and still specify DIR. --without-gd
    PHP 3, PHP 4: Disable GD support. --with-imagick[=DIR]
    PHP 3: Include ImageMagick support. DIR is the install directory, and if left out, PHP will try to find it on its own. [experimental] PHP 4: Option not available in PHP 4 --with-jpeg-dir[=DIR]
    PHP 3: jpeg dir for pdflib 2.0 PHP 4: jpeg dir for pdflib 3.x --with-png-dir[=DIR]
    PHP 3: Option not available in PHP 3 PHP 4: png dir for pdflib 3.x --enable-t1lib
    PHP 3: Enable t1lib support. PHP 4: Option not available; use --with-t1lib instead. --with-t1lib[=DIR]
    PHP 3: Option not available; use --enable-t1lib instead. PHP 4: Include T1lib support. --with-tiff-dir[=DIR]
    PHP 3: tiff dir for pdflib 2.0 PHP 4: tiff dir for pdflib 3.x --with-ttf[=DIR]
    PHP 3, PHP 4: Include FreeType support --with-xpm-dir[=DIR]
    PHP 3: Option not available in PHP 3 PHP 4: xpm dir for gd-1.8+ 
      

  7.   

    没人知道了!php4.0.6 可能没有相应的GD库。给分。