nickmm
Mar 14 2003, 11:47 AM
Hi,
Are any way to enable gd support without compile PHP?
Thanks in advance.
Rich2k
Mar 15 2003, 02:46 PM
Yes use --without-gd (however I don't know how plesk will react in version 5 as it is on by default in version 5)
nickmm
Mar 17 2003, 03:02 AM
HI,
I have Plesk 2.5.5, the option --without-gd is for compile PHP, and i dont want compile it.
I think, i can do it without compile PHP, but i dont know how.
Please, look that: (
www.php.net )
Alright,
you need not to recompile PHP to have GD support!
Try:
dl("extensions/php_gd.dll");
before calling the graphic functions.
It should work (at least with v4.0.4)!
http://www.php.net/manual/es/function.imagecreate.php
Anyone?
Thanks.