unable to load php-gd2.dll

unable to load php-gd2.dll

am 15.06.2005 05:25:20 von ddiffa

Okay I at loss. I have tried but i can seem to get the
php_gd2.dll to work properly. Any help this is what i have
done so far.

I have in my php.ini file,

; Directory in which the loadable extensions (modules)
reside.
extension_dir = "C:\PHP\extensions"

I have also uncommented the

extension = php_gd2.dll

I have in the c:\php\extension folder the php_gd2.dll

I have restarted IIS but still nothing

I am using Window XP $ 2000 with IIS 5.0 but still nothing

Please help
Disieyi

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

RE: unable to load php-gd2.dll

am 15.06.2005 05:38:17 von Mike Brum

Try using single-quotes.

> -----Original Message-----
> From: ddiffa@gxc24.com [mailto:ddiffa@gxc24.com]
> Sent: Tuesday, June 14, 2005 11:25 PM
> To: php-windows@lists.php.net
> Subject: [PHP-WIN] unable to load php-gd2.dll
>
> Okay I at loss. I have tried but i can seem to get the
> php_gd2.dll to work properly. Any help this is what i have
> done so far.
>
> I have in my php.ini file,
>
> ; Directory in which the loadable extensions (modules) reside.
> extension_dir = "C:\PHP\extensions"
>
> I have also uncommented the
>
> extension = php_gd2.dll
>
> I have in the c:\php\extension folder the php_gd2.dll
>
> I have restarted IIS but still nothing
>
> I am using Window XP $ 2000 with IIS 5.0 but still nothing
>
> Please help
> Disieyi

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

RE: unable to load php-gd2.dll

am 15.06.2005 06:08:49 von ddiffa

Still No luck!!

-----Original Message-----
From: Mike [mailto:php@crazyted.com]
Sent: Tuesday, June 14, 2005 10:38 PM
To: ddiffa@gxc24.com; php-windows@lists.php.net
Subject: RE: [PHP-WIN] unable to load php-gd2.dll

Try using single-quotes.

> -----Original Message-----
> From: ddiffa@gxc24.com [mailto:ddiffa@gxc24.com]
> Sent: Tuesday, June 14, 2005 11:25 PM
> To: php-windows@lists.php.net
> Subject: [PHP-WIN] unable to load php-gd2.dll
>
> Okay I at loss. I have tried but i can seem to get the
> php_gd2.dll to work properly. Any help this is what i
have
> done so far.
>
> I have in my php.ini file,
>
> ; Directory in which the loadable extensions (modules)
reside.
> extension_dir = "C:\PHP\extensions"
>
> I have also uncommented the
>
> extension = php_gd2.dll
>
> I have in the c:\php\extension folder the php_gd2.dll
>
> I have restarted IIS but still nothing
>
> I am using Window XP $ 2000 with IIS 5.0 but still nothing
>
> Please help
> Disieyi

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

Re: unable to load php-gd2.dll

am 15.06.2005 07:19:26 von Ross Honniball

I had a problem getting GD2 to run on Windows when I installed php5.

I ended up copying php_gd2.dll to c:\windows\system32, restarted my
machine, and all was good.

Can't hurt to try.

ross.

At 01:25 PM 15/06/2005, you wrote:
>Okay I at loss. I have tried but i can seem to get the
>php_gd2.dll to work properly. Any help this is what i have
>done so far.
>
>I have in my php.ini file,
>
>; Directory in which the loadable extensions (modules)
>reside.
>extension_dir = "C:\PHP\extensions"
>
>I have also uncommented the
>
>extension = php_gd2.dll
>
>I have in the c:\php\extension folder the php_gd2.dll
>
>I have restarted IIS but still nothing
>
>I am using Window XP $ 2000 with IIS 5.0 but still nothing
>
>Please help
>Disieyi
>
>--
>PHP Windows Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php

..
.. Ross Honniball. JCU Bookshop Cairns, Qld, Australia.
..

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

Re: unable to load php-gd2.dll

am 16.06.2005 08:24:33 von Nadim Attari

Try

extension_dir = "./extensions"

Nadim Attari
Alienworkers.com

> extension_dir = "C:\PHP\extensions"

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