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" <[EMAIL PROTECTED]> ha scritto nel messaggio
[EMAIL PROTECTED]">news:[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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP Windows 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]