php-windows | 2001042
Date: 04/23/01
- Next message: Daniel Beulshausen: "Re[2]: [PHP-WIN] include_path value"
- Previous message: Patrick Dunford: "[PHP-WIN] Installing GDLib"
- In reply to: Patrick Dunford: "[PHP-WIN] Installing GDLib"
- Next in thread: Patrick Dunford: "Re: [PHP-WIN] Installing GDLib"
- Reply: Patrick Dunford: "Re: [PHP-WIN] Installing GDLib"
- Reply: Patrick Dunford: "Re: [PHP-WIN] Installing GDLib"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
GDLib should be also included in the php 4 distribution, so you already have
the compiled dll (look in php\extensions for php_gd.dll)
To be able to use gd functions you have to edit php.ini (probably in your
\windows directory, or do a find file)
and change line:
;extension=php_gd.dll
to
extension=php_gd.dll
so you have enabled gd extension. Then restart your pws, or, at best, do a
reboot.
Good bye,
Alessio.
"Patrick Dunford" <a47xxy <email protected>> ha scritto nel messaggio
news:MPG.154ea6a0729c677698968e <email protected>
> I have a development installation of PHP 4 running on Apache 1.3, Windows
> 95.
>
> For test development I want to install GDLib into PHP so I can use the
> library image functions. How would I go about doing this? I don't have
> access to any compilers.
>
> --
> =======================================================================
> Patrick Dunford, Christchurch, NZ - http://pdunford.godzone.net.nz/
>
> Therefore, my dear brothers, stand firm. Let nothing move you.
> Always give yourselves fully to the work of the Lord, because you
> know that your labor in the Lord is not in vain.
> -- 1 Corinthians 15:58
> http://www.heartlight.org/cgi-shl/todaysverse.cgi?day=20010422
> =======================================================================
> Created by Mail2Sig - http://pdunford.godzone.net.nz/
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-windows-unsubscribe <email protected>
> For additional commands, e-mail: php-windows-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-windows-unsubscribe <email protected> For additional commands, e-mail: php-windows-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Daniel Beulshausen: "Re[2]: [PHP-WIN] include_path value"
- Previous message: Patrick Dunford: "[PHP-WIN] Installing GDLib"
- In reply to: Patrick Dunford: "[PHP-WIN] Installing GDLib"
- Next in thread: Patrick Dunford: "Re: [PHP-WIN] Installing GDLib"
- Reply: Patrick Dunford: "Re: [PHP-WIN] Installing GDLib"
- Reply: Patrick Dunford: "Re: [PHP-WIN] Installing GDLib"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

