dokuwiki/inc/Parsing
Andreas Gohr 643ea3a6ea fix overeager optimization in Table handler. fixes #4186
This reverts an optimization introduced in
bcaec9f47d

The number of elements in $this->tableCalls may change during the loop,
so they need to be recounted on every step. To protect it from being
"optimized" again, the loop was changed into a while loop.

Ultimately it should be checked if this method could be optimized in
another way.
2024-02-07 09:20:15 +01:00
..
Handler fix overeager optimization in Table handler. fixes #4186 2024-02-07 09:20:15 +01:00
Lexer Use str_starts_with/str_ends_with 2023-09-14 23:06:43 +02:00
ParserMode fix syntax plugin loading 2023-09-03 18:32:51 +02:00
Parser.php code style: line breaks 2023-08-31 22:44:40 +02:00