projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
26453bf
b26d69a
)
merged branch arnaud-lb/ext-fix (PR #565)
author
Fabien Potencier
<fabien.potencier@gmail.com>
Wed, 21 Dec 2011 19:27:52 +0000 (20:27 +0100)
committer
Fabien 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