Re: [PHP] Why my gd can not work?help please!!!

2002-04-19 Thread zhaoxd
something I forgotten? But it is still unworked.. ps:the test code is: - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 19, 2002 3:46 PM Subject: Re: [PHP] Why my gd can not work?help plea

Re: [PHP] Why my gd can not work?help please!!!

2002-04-19 Thread Jason Wong
On Friday 19 April 2002 15:41, zhaoxd wrote: > But this time,when I use imagepng function instead imagegif funtion,the > result is not right ,either! > The warning message displayed also,which is "Warning: ImagePng: No > PNG support in this PHP build in /usr/local/apache/htdocs/index.php > o

Re: [PHP] Why my gd can not work?help please!!!

2002-04-19 Thread zhaoxd
> On Friday 19 April 2002 15:06, zhaoxd wrote: > > I have installed gd-1.8.4 in apache server without any problems.To check if > > the gd can work,I write some codes in php like this: > > Header("Content-type: image/gif"); > > > $im = imagecreate(40,30); > > > $black = ImageColorAlloc

Re: [PHP] Why my gd can not work?help please!!!

2002-04-19 Thread Jason Wong
On Friday 19 April 2002 15:06, zhaoxd wrote: > I have installed gd-1.8.4 in apache server without any problems.To check if > the gd can work,I write some codes in php like this: Header("Content-type: image/gif"); > $im = imagecreate(40,30); > $black = ImageColorAllocate($im, 0,0,0); > $white

Re: [PHP] Why my gd can not work?help please!!!

2002-04-18 Thread Jan Peuker
GIF is licensed by Unisys(it is a compuserve format). This is very expensive, so it has been cut out of php. Solution: a) use PNG b) get an old version of php. regars, Jan Peuker P.S.: In future, please don't post 3 times using courier-extrabig. - Original Message - From: "zhaoxd" <[E