in phpwiki cvs version there seems to be a problem with long texts in phpwiki.
For testing purposes the text should be in one part (no crlf) and more than 2000 signs long.
after saving the text, the text is no longer shown. when editing the page again the text is there again ...
php5.2.5, Apache 2.2.8, mysql 5.0.45
Logged In: NO
after days of trying to solve the bug i gave up and returned to php4. The same bug is present in phpwiki 1.3.14 final also.
Logged In: NO
after spending 200€ to come nearer to a solution, it seems to be a problem of $hugepat (line 82) in InlineParser.php.
the function in line 185 closes with false when the line is to long. After making $hugepat shorter the text can be longer ...
strange part of code there
Logged In: NO
I have rewrote the stupid function _match in InlineParser.php. for me the limit is brocken and all seems to work. If someone is interested at the solution here is the code