From: dq2 at compass dot jp
Operating system: windowsxp
PHP version: 4.4.6
PHP Bug Type: *General Issues
Bug description: about set_error_handler bug

Description:
------------
set_error_handler truncate over 1024bytes data to 1023bytes

Reproduce code:
---------------
ini_set('log_errors_max_len', 0);

set_error_handler('error_handler');
trigger_error(str_repeat('1', 1130));

function error_handler($code, $str, $file, $line) {
echo strlen($str). "\n";
exit();
}

Expected result:
----------------
1130

Actual result:
--------------
1023

--
Edit bug report at [url]http://bugs.php.net/?id=40684&edit=1[/url]
--
Try a CVS snapshot (PHP 4.4): [url]http://bugs.php.net/fix.php?id=40684&r=trysnapshot44[/url]
Try a CVS snapshot (PHP 5.2): [url]http://bugs.php.net/fix.php?id=40684&r=trysnapshot52[/url]
Try a CVS snapshot (PHP 6.0): [url]http://bugs.php.net/fix.php?id=40684&r=trysnapshot60[/url]
Fixed in CVS: [url]http://bugs.php.net/fix.php?id=40684&r=fixedcvs[/url]
Fixed in release: [url]http://bugs.php.net/fix.php?id=40684&r=alreadyfixed[/url]
Need backtrace: [url]http://bugs.php.net/fix.php?id=40684&r=needtrace[/url]
Need Reproduce Script: [url]http://bugs.php.net/fix.php?id=40684&r=needscript[/url]
Try newer version: [url]http://bugs.php.net/fix.php?id=40684&r=oldversion[/url]
Not developer issue: [url]http://bugs.php.net/fix.php?id=40684&r=support[/url]
Expected behavior: [url]http://bugs.php.net/fix.php?id=40684&r=notwrong[/url]
Not enough info: [url]http://bugs.php.net/fix.php?id=40684&r=notenoughinfo[/url]
Submitted twice: [url]http://bugs.php.net/fix.php?id=40684&r=submittedtwice[/url]
register_globals: [url]http://bugs.php.net/fix.php?id=40684&r=globals[/url]
PHP 3 support discontinued: [url]http://bugs.php.net/fix.php?id=40684&r=php3[/url]
Daylight Savings: [url]http://bugs.php.net/fix.php?id=40684&r=dst[/url]
IIS Stability: [url]http://bugs.php.net/fix.php?id=40684&r=isapi[/url]
Install GNU Sed: [url]http://bugs.php.net/fix.php?id=40684&r=gnused[/url]
Floating point limitations: [url]http://bugs.php.net/fix.php?id=40684&r=float[/url]
No Zend Extensions: [url]http://bugs.php.net/fix.php?id=40684&r=nozend[/url]
MySQL Configuration Error: [url]http://bugs.php.net/fix.php?id=40684&r=mysqlcfg[/url]