[PHP] PNG support...

2001-08-20 Thread Jeff Lewis
With 4.04 I had PNG working fine and could create images in a cron job I was running. When we upgraded to 4.06 we seemed to have lost the ability. While calling my PHP file up in the browser, it creates the image but my cron job keeps failing with this error: ImageCreateFromPng: No PNG

Re: [PHP] PNG support...

2001-08-20 Thread Brian C. Doyle
I have had the same problem with no resolution is this a BUG? At 10:21 AM 8/20/01 -0400, Jeff Lewis wrote: With 4.04 I had PNG working fine and could create images in a cron job I was running. When we upgraded to 4.06 we seemed to have lost the ability. While calling my PHP file up in the

RE: [PHP] PNG support...

2001-08-20 Thread scott [gts]
looks like some GD options were changed between builds. check phpinfo() to find out how PHP was compiled, and what version GD it's using. -Original Message- From: Jeff Lewis [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 10:21 AM To: [EMAIL PROTECTED] Subject: [PHP] PNG