Re: [PHP] image function

2002-08-13 Thread NoWhErEMan
cholas Mercier [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 13. August 2002 10:35 > An: [EMAIL PROTECTED] > Betreff: Re: [PHP] image function > > > At 09:50 PM 8/12/2002 +0800, you wrote: > Jay, > > I would recommend uncommenting the php_gd2.dll extension. > > Gd2 con

Re: [PHP] image function

2002-08-13 Thread Nicholas Mercier
At 09:50 PM 8/12/2002 +0800, you wrote: Jay, I would recommend uncommenting the php_gd2.dll extension. Gd2 contains some functions that GD lacks and is over all better in my opinion. However, they are correct that you do NOT need to recompile when running PHP on a Windows Platform. Simply chan

Re: [PHP] image function

2002-08-12 Thread NoWhErEMan
Thank you Jay, Yup my apache is on Windows : ) Let's me try first. "Jay Blanchard" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D :002301c24201$b28caf00$[EMAIL PROTECTED] > [snip] > I known i need to install a lot of staffs to get all the functions works(GD > Lib, FreeType Lib, libjpeg, libpng, zlibet

RE: [PHP] image function

2002-08-12 Thread Jay Blanchard
[snip] I known i need to install a lot of staffs to get all the functions works(GD Lib, FreeType Lib, libjpeg, libpng, zlibetc etc). But i only need a few of them, so if i just load the php_gd.dll, what functions included?? I canr found any information about that. And one more, does php_gd

Re: [PHP] image function

2002-08-12 Thread NoWhErEMan
Thanks Jay, I known i need to install a lot of staffs to get all the functions works(GD Lib, FreeType Lib, libjpeg, libpng, zlibetc etc). But i only need a few of them, so if i just load the php_gd.dll, what functions included?? I canr found any information about that. And one more, does p

RE: [PHP] image function

2002-08-12 Thread Tom Kohnen
Hi! Well you have to uncomment it AND restart apache afterwards! Plus, i assume that your extensions dir in the php.ini is correct, if not, apache will give you an error message ;) Have a nice day, - Tom -Original Message- From: NoWhErEMan [mailto:[EMAIL PROTECTED]] Sent: Monday, August

RE: [PHP] image function

2002-08-12 Thread Jay Blanchard
[snip] I want to use the image functions listed in www.php.net to manipulate images. My server is Apache 2.0.x.x with PHP 4.2.2 , built on windows platform. Is it uncomment the ;extension=php_gd.dll in php.ini enough to enable such functions? [/snip] Not on Apache. You will need to compile/instal