Andy,
Two things spring to mind. Firstly, Apache 2 and PHP are still in beta
testing stage, so it *could* be an issue with those two. Probably not thou.
Secondly, I believe I am correct in saying that you should not have a \ on
the end of your extension path. I do not have one on mine, and GD2 works
perfectly. That would explain why it isn't loading the dll file.
To test your GD info, I suggest using gd_info() to get all the information
about GD. If the function fails, then GD has not been installed, otherwise
it should return an array. A simple test code would look something like
this:
$GDArray = gd_info();
foreach( $GDArray as $key=>$value ) {
print '$GDArray['.$key.'] = '.$value.'<br>';
}
Stephen
----- Original Message -----
From: "Kolboom Andreas" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 27, 2003 2:51 PM
Subject: [PHP-INST] problems installing gd2.dll under WinXP
Hello,
I cannot get the gd2.dll to work on my system.
The rest of PHP already works fine.
- Windows XP
- Apache 2.0.46
- PHP 4.3.2
- php.ini IS found and used (as seen in php.info: Configuration File
(php.ini) Path = C:\WINDOWS\php.ini)
- entered the right extension_dir in php.ini WITH ending '\'
- colon WAS removed in line 'extension=php_gd2.dll'
- There IS a php_gd2.dll in C:\.......\extensions
- Upon (re)starting the Apache, I get no error whatsoever.
Still:
=> any .php script using GD methods brings errors like
" Fatal error: Call to undefined function: imagegif() "
Please help!
Andy
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php