| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-02 | Bump the changelogv0.7.0 | jvoisin | |
| 2021-01-02 | Do a clang-format pass | jvoisin | |
| 2021-01-02 | Add stacktraces to dumps | jvoisin | |
| 2021-01-02 | Use gitlab-ci for all supported php versions | jvoisin | |
| 2021-01-02 | Fix a test on php8+ | jvoisin | |
| 2021-01-01 | Simplify a loop condition | jvoisin | |
| 2021-01-01 | Simplify sp_match_array_value | jvoisin | |
| 2021-01-01 | Constify a function | jvoisin | |
| 2021-01-01 | Enable a disabled test | jvoisin | |
| 2020-12-31 | Fix a test on php8 | jvoisin | |
| 2020-12-31 | Enabled matching on local var in php8 | jvoisin | |
| PHP8 failed hard when it couldn't find the local variable we're looking for. using ZEND_FETCH_CLASS_SILENT makes it silent. | |||
| 2020-12-31 | Enable a PHP<8 test | jvoisin | |
| 2020-12-31 | Add two tests for cookies encryption on php8 | jvoisin | |
| 2020-12-31 | Add tests for harden_rand | jvoisin | |
| 2020-12-31 | Add two tests for inexistant config files | jvoisin | |
| 2020-12-31 | Actually enable the tests | jvoisin | |
| 2020-12-31 | Enable 3 more tests | jvoisin | |
| PHP8 is changing the capitalization of the error message | |||
| 2020-12-31 | Add a tests for unserialize with php8 | jvoisin | |
| 2020-12-31 | Enable 3 more tests for php8 | jvoisin | |
| 2020-12-31 | Add tests for broken configuration on php8 | jvoisin | |
| 2020-12-28 | Enable 2 more tests | jvoisin | |
| 2020-12-28 | Enable more tests for php8 | jvoisin | |
| 2020-12-25 | mark some tests as passing on php8 | jvoisin | |
| 2020-12-24 | Add PHP8 support | Julien Voisin | |
| 2020-12-19 | docs: fix simple typo, migitate -> mitigate | Tim Gates | |
| There is a small typo in src/sp_utils.c. Should read `mitigate` rather than `migitate`. | |||
| 2020-12-13 | Reduce the scope of a call | jvoisin | |
| 2020-12-13 | Remove a duplicate include | jvoisin | |
| 2020-12-13 | Get rid of pcre1 | jvoisin | |
| 2020-12-12 | Mark the relevant php8 tests as broken (#359) | jvoisin | |
| * Skip tests broken on php8 * Oops * Fix some tests * Add some XXE tests for php8 * Fix a test | |||
| 2020-12-01 | In tests, don't `die("skip")` but `print "skip"` instead (#358) | jvoisin | |
| This is required since the `die` is making php8 choke | |||
| 2020-11-30 | Fix an other type mismatch in zend_compile_string | jvoisin | |
| 2020-11-30 | Fix the type of zend_compile_string (#357) | jvoisin | |
| This was changed in https://github.com/php/php-src/commit/f5dbebd82e642b1d1af462b486fc392ecff2c67a | |||
| 2020-11-29 | Fix some unused variables warnings introduced in ea7c76b | jvoisin | |
| 2020-11-29 | Fix zend_write booking type | jvoisin | |
| The signature was changed in PHP8: https://github.com/php/php-src/commit/e15409b43cacf711608189c299191f2969ea331c | |||
| 2020-11-29 | Don't call libxml_disable_entity_loader for php8+ | jvoisin | |
| This functions is deprecated, but since PHP8+ requires libxml 2.9.0 where XXE are disabled by default, there is no need to call it anymore. | |||
| 2020-11-29 | Make the `>` operator skip over functions | jvoisin | |
| 2020-11-20 | Add some tests for the strict mode | jvoisin | |
| 2020-11-18 | Make the strict mode disableable | jvoisin | |
| The global strict mode was enabled by default without any means to disable it, in certain cases. Bug reported by wedi. | |||
| 2020-11-12 | Add a test | jvoisin | |
| 2020-11-12 | Invalid configurations with mutually exclusive keywords now aborts | jvoisin | |
| 2020-11-12 | Harmonize a bit the configuration parsing and fix a typo | jvoisin | |
| 2020-11-12 | Simplify a bit a function | jvoisin | |
| 2020-11-12 | Snuffleupagus now uses pcre2 by default | jvoisin | |
| 2020-11-08 | Mark a test as broken | jvoisin | |
| 2020-11-06 | Bump the changelogv0.6.0 | jvoisin | |
| 2020-11-06 | Clang-format again | jvoisin | |
| 2020-11-06 | Constify a bit more | jvoisin | |
| 2020-11-06 | Use proper prototype declaration | jvoisin | |
| 2020-10-03 | Fix the testsuite for php7.4 | jvoisin | |
| 2020-08-16 | Remove a useless line of code | jvoisin | |
