> Yes, because it IS possible. No, because it is a pain to get it
> to work with
> the new versions of php (>4.2)
>
> It is some kind of versionsystem for modules buildt into php,
> that renders the
> standard GD2 module useless. GD1 should work as it it in the kernel, but I
> haven't tried it.
>
> The solution is prolly to compile the GD2-lib by yourself, or wait until
> someone does it and puts it out for downloads.
>
> Not much help, but at least now you it isnt easy :)

This has not been my experience of using GD in PHP...

Using the zipped version of PHP and not the installer version, set your
extension dir to the correct place (d:\php\extensions for my machine) and
add the following line to your php.ini and restart your web server...

extension=php_gd2.dll

I find that *most* of the image functions work, although I have never had
any luck with using any TTF functions.

HTH,

Mikey



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

Reply via email to