There is no 2**31 byte restriction regarding the string length anymore for 64-bit

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340324 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-10-05 14:22:23 +00:00
parent d5a653cf30
commit 59ea89792d

View file

@ -13,6 +13,9 @@
<note>
<simpara>
As of PHP 7.0.0, there are no particular restrictions regarding the length of
a <type>string</type> on 64-bit builds. On 32-bit builds and in earlier
versions, a
<type>string</type> can be as large as up to 2GB (2147483647 bytes maximum)
</simpara>
</note>