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)
commitfc778405ffacdd8dc2017f338d02d7af2ef13a33
tree5d59abd681401535436fb571c5583c58e3fc1f0e
parent26453bffcfd2ac530c8228553c6139c8807c1018
parentb26d69af38a08fc76a43131c0f9557e93fdd6303
merged branch arnaud-lb/ext-fix (PR #565)

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.