ID:               11869
 Comment by:       small-tit1420 at hotmail dot com
 Reported By:      cgadais at iname dot com
 Status:           Bogus
 Bug Type:         PHP options/info functions
 Operating System: Windows ME
 PHP Version:      4.0.6
 New Comment:

<a href=http://n-wifefootfetish-tv.da.ru>small tit</a>


Previous Comments:
------------------------------------------------------------------------

[2001-07-04 05:30:18] [EMAIL PROTECTED]

Uncomment the lines in php.ini for the gd extension. However, this is
not a bug, and please ask further questions on the php-general
mailinglist.

------------------------------------------------------------------------

[2001-07-04 05:16:57] cgadais at iname dot com

Hello,

My configuration: PHP4.06/Apache/Mysql.

When I want launch this script to display a rectangle:

<?php
  Header("Content-type: image/gif");
  $largeur=200;
  $hauteur=100;
  $im = imagecreate($largeur,$hauteur);
  $rouge=imageColorAllocate($im, 255, 0, 0);
  //imagecolortransparent($im,$rouge);
  ImageGif($im);
  ImageDestroy($im);  
?> 

I obtain this error message:
<b>Fatal error</b>:  Call to undefined function:  imagecreate() in
<b>c:\program files\apache group\apache\htdocs\test.php3</b> on line
<b>5</b><br>

could you help me to find Why i meet this problem ?

thanks about your answer.

Christophe







------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=11869&edit=1

Reply via email to