| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Patch coming from https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/16372/diffs#diff-content-c2549fd272f686fb013e5c74164615ca073560bb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PHP8 failed hard when it couldn't find the local variable
we're looking for.
using ZEND_FETCH_CLASS_SILENT makes it silent.
|
|
|
|
|
|
|
|
|
|
|
|
PHP8 is changing the capitalization of the error message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There is a small typo in src/sp_utils.c.
Should read `mitigate` rather than `migitate`.
|
|
|
|
|
|
|
|
|
|
* Skip tests broken on php8
* Oops
* Fix some tests
* Add some XXE tests for php8
* Fix a test
|
|
|
|
This is required since the `die` is making php8 choke
|
|
|
|
This was changed in https://github.com/php/php-src/commit/f5dbebd82e642b1d1af462b486fc392ecff2c67a
|
|
|