The title tells everything, can i change the limit of a strings length? I've checked this Page on stackoverflow, and it only tells that there is a limit, but how can i change it?
I've tried changing the memory limit using PHP like this:
ini_set('memory_limit', '-1');
But it didn't work...