merged branch arnaud-lb/ext-fix (PR #565)
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 21 Dec 2011 19:27:52 +0000 (20:27 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 21 Dec 2011 19:27:52 +0000 (20:27 +0100)
Commits
-------

b26d69a removed bogus TSRMLS_CCs

Discussion
----------

Fix strict mode in extension when building in ZTS mode

This removes a few misplaced TSRMLS_CCs causing if() expressions to always evaluate to true. This caused twig_template_get_attributes to always behave as if strict mode were disabled.


Trivial merge