Re: [PHP] some problems about gd in php

2002-04-21 Thread Jason Wong
On Monday 22 April 2002 13:02, zhaoxd wrote: > recompile php from scratch. I should've suggest that earlier. When I had to recompile PHP with support for gd, ttf, png etc I had the same problem which was only solved by doing a clean installation. Now whenever I recompile, I do it from scratch.

Re: [PHP] some problems about gd in php

2002-04-21 Thread zhaoxd
recompile php from scratch. : P zhaoxd - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 12:51 PM Subject: Re: [PHP] some problems about gd in php > On M

Re: [PHP] some problems about gd in php

2002-04-21 Thread Jason Wong
On Monday 22 April 2002 10:54, zhaoxd wrote: > Thank you all,I have solved the problem. What fixed the problem then? -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /*

Re: [PHP] some problems about gd in php

2002-04-21 Thread zhaoxd
Thank you all,I have solved the problem. :) zhaoxd - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 19, 2002 7:08 PM Subject: Re: [PHP] some problems about gd in php > On Friday 19

Re: [PHP] some problems about gd in php

2002-04-19 Thread Jason Wong
On Saturday 20 April 2002 09:36, zhaoxd wrote: > Yeah,I have already restarted web server and there was no error in > compiling during configure/make/install .Using gd,I get the information > that concern about GD Support ,GD version,WBMP Support ,etc.as follow: > GD Support

Re: [PHP] some problems about gd in php

2002-04-19 Thread zhaoxd
Yeah,I have already restarted web server and there was no error in compiling during configure/make/install .Using gd,I get the information that concern about GD Support ,GD version,WBMP Support ,etc.as follow: GD Support ---enabled GD Version

Re: [PHP] some problems about gd in php

2002-04-19 Thread Jason Wong
On Friday 19 April 2002 18:57, zhaoxd wrote: > The version of php is php-4.1.2,the latest version,apache-1.3.24,also > latest. > 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: Is this a compiling problem?The co

RE: [PHP] some problems about gd in php

2002-04-19 Thread Craig Vincent
> But the result is warning message in IE:"Warning: > ImagePng: No PNG support in this PHP build in > /usr/local/apache/htdocs/index.php on line 9". > > Is this a compiling problem?The compiling command of php is: > > ./configure --with-mysql=/usr/local/mysql > --with-apache=../apache_1.3.24

[PHP] some problems about gd in php

2002-04-19 Thread zhaoxd
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: But the result is warning message in IE:"Warning: ImagePng: No PNG support in this PHP build in /usr/local/apache/htdocs/index.php on line 9". Is this a compi