I have the following set-up:
-Apache(1.3) as module
-PHP 4.3.2
-Win98
I've downloaded and installed the gd,libpng in root directory where php is installed (c:\php, each library in its own folder). zlib is in my php version already.
In php.ini, other than:
-- uncommenting the: extension=php_gd2.dll and
-- extension_dir=".;c:\php\extensions"
what else is there to configure?????
Maybe copy some ****.c files out of those libraries somewhere?????
I assume this code:
Code: Select all
<?php
var_dump(gd_info());
?>Now my browser's output is:
Heeeeeeelp!!!!!!!Fatal error: Call to undefined function: gd_info() in c:\folds\php_folds\gd.php on line 2