dadamssg87 Posted July 26, 2011 Share Posted July 26, 2011 ? Link to comment https://forums.phpfreaks.com/topic/242807-is-there-a-limit-to-how-much-text-you-can-store-in-variablie-or-array/ Share on other sites More sharing options...
premiso Posted July 26, 2011 Share Posted July 26, 2011 How much ram do you have? Link to comment https://forums.phpfreaks.com/topic/242807-is-there-a-limit-to-how-much-text-you-can-store-in-variablie-or-array/#findComment-1247098 Share on other sites More sharing options...
dadamssg87 Posted July 26, 2011 Author Share Posted July 26, 2011 oh ok..so its based on your system and theres not a set numerical limit for items in an arrays? Link to comment https://forums.phpfreaks.com/topic/242807-is-there-a-limit-to-how-much-text-you-can-store-in-variablie-or-array/#findComment-1247102 Share on other sites More sharing options...
premiso Posted July 26, 2011 Share Posted July 26, 2011 Correct, based on your system and your php.ini configuration. Link to comment https://forums.phpfreaks.com/topic/242807-is-there-a-limit-to-how-much-text-you-can-store-in-variablie-or-array/#findComment-1247128 Share on other sites More sharing options...
thehippy Posted July 26, 2011 Share Posted July 26, 2011 From php.net/manual/en/ini.core.php Default value was "8M" before PHP 5.2.0, "16M" in PHP 5.2.0 and "128M" in PHP 5.3.0 Anyone whose stupidly SELECTed * without a LIMIT will know all about resource limitations in PHP. Link to comment https://forums.phpfreaks.com/topic/242807-is-there-a-limit-to-how-much-text-you-can-store-in-variablie-or-array/#findComment-1247166 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.