zordius / lightncandy

An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ),
https://zordius.github.io/HandlebarsCookbook/
MIT License
608 stars 76 forks source link

Fix PHP Fatal error: Cannot redeclare function #361

Closed jakubzasanski closed 10 months ago

jakubzasanski commented 1 year ago

Sometimes php uniquid() is not enough. (PHP Fatal error: Cannot redeclare function)

schuhwerk commented 1 year ago

Another approach: https://github.com/zordius/lightncandy/pull/362