From 59ea89792d36dbedd4059b46ffd9c84a60e10040 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Wed, 5 Oct 2016 14:22:23 +0000 Subject: [PATCH] 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 --- language/types/string.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/language/types/string.xml b/language/types/string.xml index dc1412a577..28b63d6992 100644 --- a/language/types/string.xml +++ b/language/types/string.xml @@ -13,6 +13,9 @@ + As of PHP 7.0.0, there are no particular restrictions regarding the length of + a string on 64-bit builds. On 32-bit builds and in earlier + versions, a string can be as large as up to 2GB (2147483647 bytes maximum)