From: swbrown at ucsd dot edu
Operating system: any
PHP version: 4.3.1
PHP Bug Type: Documentation problem
Bug description: Docs for imagegd2 are wrong
imagegd2's type param is an int, not a string. The values are 1 for raw
and 2 for compressed. The note also is wron
ID: 22645
User updated by: swbrown at ucsd dot edu
Reported By: swbrown at ucsd dot edu
Status: Open
Bug Type: Documentation problem
Operating System: any
PHP Version: 4.3.1
New Comment:
Hrm, I think it ate my last comment. Short version: php4
From: [EMAIL PROTECTED]
Operating system: Any
PHP version: 4.2.0
PHP Bug Type: Documentation problem
Bug description: trigger_error silently truncates the error to 1024 chars.
trigger_error silently truncates your error after 1024 chars
(ZEND_ERROR_BUFFER_SIZE in the source).