Or...

Extension_dir = c:\php\extensions

I think as default they've unpacked there?

Not meaning to split hairs :p

chris kranz
fatcuban.com



-----Original Message-----
From: J.Veenhuijsen [mailto:[EMAIL PROTECTED] 
Sent: 03 March 2003 08:05
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re: php.ini


Try extension_dir = C:\PHP\


Jochem

Anthony Ritter wrote:
> 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

Reply via email to