| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
It's not possible to hook the `eval` builtin like other functions.
|
|
This is done by using the "samesite" cookie attribute.
|
|
|
|
* Add error for relative path
|
|
|
|
|
|
This should close #65
|
|
|
|
|
|
|
|
|
|
Courtesy of @buixor
|
|
|
|
|
|
Also add some more tests
|
|
|
|
|
|
|
|
Close #48
|
|
|
|
|
|
|
|
This should close (#45
|
|
|
|
|
|
|
|
|
|
`.drop()` is now baillout out, instead of nop'ing the call.
This closes #13
|
|
|
|
|
|
This should close #36 and #30
|
|
|
|
|
|
|
|
|
|
* Vastly improve the support of language construct hooking
|
|
* Implement matching on the calltrace
|
|
|
|
|
|
|
|
Fix XXE test when running without XML support
|
|
|
|
Apparently, using `echo` instead of `die` works better™
|
|
- if something is failing, display the guilty outputs.
- Don't spam php's tracker
- Failing tests are now triggering an `exit 1`
- Fix a test to make it work on every php version (php changed the error
message)
- `make -j2` on travis
|
|
|
|
|