mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
b7081b52fe
commit
f9a6276cf2
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue