[PHP] Help PHP 4.2: No more error messages

2002-04-23 Thread Mark W. Humphries
I am running PHP 4.2 and Apache 1.3.23 on Win2k. I am generating png files. Before upgrading to PHP 4.2 whenever I had a bug in a png generating script I would get back an error message, now I only get back a blank page. I have error reporting set to E_ALL. Thanks, Mark -- PHP General Mailing

RE: [PHP] Re: Help PHP 4.2: No more error messages

2002-04-23 Thread Mark W. Humphries
TECTED] (Mark W. Humphries) wrote: > I am running PHP 4.2 and Apache 1.3.23 on Win2k. > I am generating png files. Before upgrading to PHP 4.2 whenever I had a bug > in a png generating script I would get back an error message, now I only get > back a blank page. I have error reporting set to

[PHP] Strange warning message GD2 & php 4.1.2

2002-04-07 Thread Mark W. Humphries
Perhaps someone can kindly help me with the following problem. The following snippet runs perfectly when I use php_gd.dll but generates a garbled warning message when I switch the extension to php_gd2.dll "Warning: @Ép in c:\program files\apache group\apache\htdocs\test.php on line 10" (line 1

[PHP] Help, anyone else using GD2 & php 4.1.2 ?

2002-04-09 Thread Mark W. Humphries
Any help with this problem would be greatly appreciated. I'm running PHP 4.1.2 on Win 2000 and Apache. The following snippet runs perfectly when I use php_gd.dll but generates a garbled warning message when I switch the extension to php_gd2.dll. The only change I make to my setup is the correspo