Re: [PHP] Version To Version

2001-12-07 Thread Neil Freeman
I'm using gd png in 4.0.6 with no problems (Windows). What problems are you having? Robert Covell wrote: A question about different release versions of PHP. Why do things like png from gd 1.8 work in 4.0.4p1 and stops working in 4.0.6? We had to go back to 4.0.4p1. I have seen similar

RE: [PHP] Version To Version

2001-12-07 Thread Robert Covell
, 2001 10:31 AM To: Php-General Subject: Re: [PHP] Version To Version I'm using gd png in 4.0.6 with no problems (Windows). What problems are you having? Robert Covell wrote: A question about different release versions of PHP. Why do things like png from gd 1.8 work in 4.0.4p1 and stops working

Re: [PHP] Version To Version

2001-12-07 Thread Valentin V. Petruchek
Subject: RE: [PHP] Version To Version Don't have the error handy anymore but it was something to the effect of: ImageCreatPNG is not supported in 4.0.6 or something like that. When I went back to 4.0.4pl it was fine. Very weird. -Original Message- From: Neil Freeman [mailto:[EMAIL

Re: [PHP] Version To Version

2001-12-07 Thread Rasmus Lerdorf
You probably used different ./configure flags to build the two. Neither MySQL nor GD/PNG stopped working for me going from 4.0.4 to 4.0.6. -Rasmus On Fri, 7 Dec 2001, Robert Covell wrote: A question about different release versions of PHP. Why do things like png from gd 1.8 work in