jbboehr / php-mustache

Mustache PHP Extension
MIT License
56 stars 22 forks source link

Trigger warning when circular references detected in data #13

Closed adambaratz closed 8 years ago

adambaratz commented 8 years ago

Increment nApplyCount on hashes when building mustache::Data. This prevents stack overflows when encountering circular references.