Indicated that error messages are truncated after 1024 bytes, instead of characters (not MB-aware).

Closes bug #63962.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329090 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Justin Martin 2013-01-12 00:39:06 +00:00
parent b7081b52fe
commit f9a6276cf2

View file

@ -34,7 +34,7 @@
<listitem>
<para>
The designated error message for this error. It's limited to 1024
characters in length. Any additional characters beyond 1024 will be
bytes in length. Any additional characters beyond 1024 bytes will be
truncated.
</para>
</listitem>