| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should close #129
|
|
|
|
This commit fixes a segfault where 'get_local_var' would fail if no functions where called yet (`symtable` will be NULL)
|
|
|
|
* switch to commonly used version schema
* update release process
|
|
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
|
|
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
|
|
|
|
|