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