Try this instead...

extension_dir = "C:/PHP/extensions/"

and ensure that the GD section is present in phpinfo() output.

Neil

Php wrote:
> **************************************************************************
> This Message Was Virus Checked With : SAVI 3.60 May 2002 
> Last Updated 8th August 2002
> **************************************************************************
> 
> I'm trying to configure my php.ini file on my local Windows 2000 system so I
> can use the extensions such as GD, etc. I have changed the line:
> 
> extension_dir = C:\php\extensions  ; (which is where php_gd.dll resides)
> 
> and uncommented:
> 
> extension=php_gd.dll
> 
> and when I restart the web service and hit a page, I get the error:
> 
> Unable to load dynamic library .....  the specified procedure could not be
> found.
> 
> Any ideas?
> 
> Thanks!
> 
> 
> 


-- 
----------------------
  www.curvedvision.com
----------------------


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to