| Age | Commit message (Collapse) | Author |
|
PHP8 failed hard when it couldn't find the local variable
we're looking for.
using ZEND_FETCH_CLASS_SILENT makes it silent.
|
|
|
|
|
|
|
|
This commit does a lot of things:
- Use hashtables instead of lists to store the rules
- Rules that can be applied at launch time won't be tried at runtime
- Improve feedback when writing nonsensical rules
- Make intensive use of `zend_string` instead of `char*`
|
|
|
|
|
|
This commit fixes a segfault where 'get_local_var' would fail if no functions where called yet (`symtable` will be NULL)
|
|
|
|
|
|
|
|
- `clang-format --style="{BasedOnStyle: google, SortIncludes: false}" -i snuffleu*.c sp_*.c sp_*.h`
- Update the documentation accordingly
|
|
|
|
Thanks to this huge commit from @xXx-caillou-xXx, we can now write amazingly flexible rules.
|