From: [EMAIL PROTECTED]
Operating system: Win ME
PHP version: 4.0.6
PHP Bug Type: Output Control
Bug description: Buffering crashes PHP when there is an error with mail function
I don't have an email server in my development computer, so when I turn
output buffering on with
From: [EMAIL PROTECTED]
Operating system: Win98
PHP version: 4.0.5
PHP Bug Type: Output Control
Bug description: Output buffering crashs PHP when mail function is invoked
This will crash PHP:
ob_start("ob_gzhandler");
echo "something";
mail (.);
but this will not:
ob_
From: [EMAIL PROTECTED]
Operating system: Win98
PHP version: 4.0.6
PHP Bug Type: GD related
Bug description: ImageTTFText doesn't open font file
The following code generates this warning (doesn't happen with 4.0.5):
Warning: Could not find/open font in
d:\public_html\image