Fabien Potencier

Results 517 comments of Fabien Potencier

I've just stumbled upon this PR as this repository is not monitored (it's a read-only subtree split of the main twigphp/twig repository) which is where development happens. Feel free to...

I've taken over the PR where I took a different approach to fix the bug.

Closing as functions are gone in Twig 4.

Thank you @Jean-Beru.

@jdreesen Would you like to work on some docs? Or maybe @Jean-Beru?

Fixed in Twig 4 where we don't have these functions anymore and their replacements are all internal methods.

@lacpandore Not sure what you're looking for. The doc for 1.x is still here: https://twig.symfony.com/doc/1.x/ and in this repository for the source.

For SQLite, I would still use locking (for correctness) and add a note in the phpdoc about why SQLite can only be an option for development or prototypes, not for...