
January 10th, 2013, 10:52 AM
|
|
|
|
There is no limit on string length per se regardless of the OS. However, there is a limit on total memory for PHP. While 2000 characters does not seem like a lot, it could push you over the limit depending on how big the rest of your script is, memory wise. Look at php.ini for memory_limit. If it is not there then I think the default is 128MB. You could try increasing it to see if that solves your problem.
__________________
There are 10 kinds of people in the world. Those that understand binary and those that don't.
|