| Age | Commit message (Collapse) | Author |
|
Some extensions might hook `zend_execute_internal` for various reason,
although few are doing it. We're not supposed to call the original
function in our hook if someone else is hooking it.
Thanks to @remicollet for the bug report and troubleshooting
|
|
This closes #131
|
|
See #129 for details. This _will_ be fixed.
|
|
Thanks to @remicollet for the tip
|
|
|
|
As in pr #126
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should close #127
|
|
|
|
This should close #85
|
|
|
|
|
|
|
|
|
|
This commit fixes the documentation, our shipped configuration files,
and the related tests.
Thanks to @remicollet for the tip
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
more obvious.
|
|
|
|
|
|
|
|
|
|
|
|
Implement whitelist in eval
|
|
This should close #115
|
|
|
|
|
|
|
|
Add support for eval filtering, only blacklist for now
|