Hi Tony, in my config (WIN98SE, PHP4.4.0-dev dec 02 ISAPI mode, Apache 1.3.23) GD2 works fine. So it should be possible to get yours going. What about my suggestions on the error logging and stuff? No comments from PHP? Just silently passing away? If it is so that sounds like rests of an old installation hanging around (incompatible dlls, possibly not even GD/GD2 itself, multiple PHP.INI and so on). Do you have any other extension working? The dlls of PHP are NOT versioned like M$ COM Objects, so little differences in the versioning might hang your system. Do you use the dlls that came with your other PHP binaries or did you fetch them later? And please take a look at the complaints of PHP at startup. Most likely there are some. Good luck -- Sven
> -----Ursprüngliche Nachricht----- > Von: Anthony Ritter [SMTP:[EMAIL PROTECTED] > Gesendet am: Samstag, 1. März 2003 04:18 > An: [EMAIL PROTECTED] > Betreff: [PHP-WIN] php.ini > > I run the following script: > > <? > phpinfo(); > ?> > > // the page loads o.k. when the semi-colon remains as in: > ;extension=php_gd2.dll > > but if I remove the semicolon as in: > > extension=php_gd2.dll > > the page won't load and the server hangs up. > .......................................... > > \\ this is my php.ini file on MS Win 98/ PHP/ Apache > > > ; Directory in which the loadable extensions (modules) reside. > extension_dir = "C:\PHP\" > > ; Whether or not to enable the dl() function. The dl() function does NOT > work > ; properly in multithreaded servers, such as IIS or Zeus, and is > automatically > ; disabled on them. > enable_dl = On > > extension=php_gd2.dll > ................................................... > > Any advice on how I can install GD libraries greatly appreciated. > Thank you. > Tony Ritter > > > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php