mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-26 16:14:57 +00:00
945579a8f6
Commits
-------
755ea99 Correction of a BC break with json_encode and PHP 5.2.x
Discussion
----------
BC break with json_encode and php 5.2.x
Hi,
json_encode on php 5.2.x doesn't take the $options parameter wich result in a warning and the function return nothing.
Cheers.