[PHP] PHP 4.0.6 + GD

2001-09-07 Thread Jean-Arthur Silve
Hi ! I used PHP 4.0.3pl1 with gd lib (1.6) and used the PNG functions. Everything was ok. I have changed to PHP 4.0.6 , i installed it with gd support, but now PHP says that there are no support for PNG files... In phpinfo(), GD support is well enaled. I search the mailing lists in the

RE: [PHP] PHP 4.0.6 + GD

2001-09-07 Thread Jeff Lewis
it and heard nothing back :) Jeff -Original Message- From: Jean-Arthur Silve [mailto:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 6:07 AM To: [EMAIL PROTECTED] Subject: [PHP] PHP 4.0.6 + GD Hi ! I used PHP 4.0.3pl1 with gd lib (1.6) and used the PNG functions. Everything was ok

RE: [PHP] PHP 4.0.6 + GD

2001-09-07 Thread speedboy
As far as I can tell, it's a bug. I posted it on here and the only reply I got was from someone having the same problem. I logged it as a bug and then wasn't able to add more information as I hadn't set a password when I first entered the bug. Then I emailed trying to be able to change it

RE: [PHP] PHP 4.0.6 + GD on Windows

2001-09-07 Thread ignacio . estrada
Hi speedboy, I see that you know the GD software and probably you have some good experience on that. What do you know about to compile PHP406+GD on windows? Greetings Atte. Ignacio Estrada F. Centro Nacional de Control de Energia Area de Control Occidental 025+6463, 025+6464, 025+6469 --

[PHP] PHP 4.0.6 / GD 2.0.1 compile error

2001-07-27 Thread Wandrer
On a freebsd 4.2 system, php 4.0.5 / gd 1.8x were running happily. Downloaded and compiled gd 2.0.1 no problems. Downloaded and compiled php 4.0.6 with: ./configure --with-mysql --with-apxs --with-gd=/usr/local --with-zlib-dir=/usr/local --with-jpeg-dir=/usr/local --enable-gd-imgstrttf

Re: [PHP] PHP 4.0.6 + GD 2.0.1

2001-06-24 Thread Andreas D. Landmark
At 24.06.2001 00:12, you wrote: I'm using PHP 4.0.6 with GD 1.8.4 right now, and all is well. However, when I install GD 2.0.1, PHP's make dies, saying there is something wrong with gdio.h. I've removed all GD 1.8.4 bits from my box, just in case there is a library conflict; and the

[PHP] PHP 4.0.6 + GD 2.0.1

2001-06-23 Thread Ben Gollmer
Hi all- Is anyone using PHP 4.0.6 with GD 2.0.1? (yes I like to live on the bleeding edge :-) I'm developing an application that does a lot of image operations and would like to be able to use the new ImageCopyResampled() and ImageCreateFromString() functions. I'm using PHP 4.0.6 with GD