[PHP-DB] Re: Configuring GD for Windows: image functions

2003-11-13 Thread niclas meyer
your path in "php.ini" should be: extension_dir = "your-drive\php\extensions\" i think =) "John Dillon" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] m... Could someone suggest where I am going wrong in configuring GD for Windows please? Ruunning Apache 1.3.2 and PHP 4.3.28

[PHP-DB] RE: Configuring GD for Windows: image functions

2003-10-24 Thread Dillon, John
I actually got this to work by changing ./extensions to c:\php\extensions. Still don't know where the ./ is relative to. There is no error on starting Apache. However, at the code lines: line 161> $file=$img[$y]; line 162> $src_img=ImageCreateFromJPEG($file); I get error: imagecreatefromjpeg: Un