Topic on Extension talk:ParserFunctions

114.54.30.96 (talkcontribs)

How to set unlimited String length?

Tinss (talkcontribs)

The maximum size of a string is 2GB in PHP. The effective string length this will give you varies according to the type of encoding used. Set that number to 231 and you should be fine for most use cases.

Reply to "$wgPFStringLengthLimit"