Sometimes you have to add the dir on the php.ini, for example:

;extension=php_df.dll

  Becomes:

extension=extensions/php_gd.dll

  Can't remember if it is / or \ after 'extensions'....


--


  Julio Nobrega.

Yes, I am developing another 'Portal-System'
Have a look:
http://sourceforge.net/projects/toca

"Michael Hall" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am having a devil of a time getting any extensions to load on my Windows
> machines.
>
> I have the php.ini set up as follows:
>
> [...]
> extension_dir = C:\PHP\extensions
> [...]
> ;extension=php_fdf.dll
> extension=php_gd.dll
>
> I'm trying to load the php_gd.dll, but I get the same problem with any of
> the extensions listed in php.ini.  The files are present, I have the
> directory set up in php.ini, but php won't work at all until I comment out
> the extension line again.
>
> Any suggestions?
>
> Thanks.
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to