| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-05 | Fix the previous commit | jvoisin | |
| 2021-01-05 | Add debian stable to the CI | jvoisin | |
| 2021-01-05 | Update a bit our README | jvoisin | |
| 2021-01-04 | Skip a failing test on php8 | jvoisin | |
| 2021-01-04 | Add a check on parameters names | xXx-caillou-xXx | |
| Snuffleupagus will now warn when a particular function doesn't have the expected parameters configuration-wise. | |||
| 2021-01-04 | Fix #368 build with system libpcre | Remi Collet | |
| 2021-01-03 | Don't fallback to local variables when unable to get function parameter | Sylvain "caillou" Lefevre | |
| 2021-01-03 | Don't check for bundled pcre in php8 | jvoisin | |
| Patch coming from https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/16372/diffs#diff-content-c2549fd272f686fb013e5c74164615ca073560bb | |||
| 2021-01-03 | Mention in the documentation that SP now supports PHP8+ as well | jvoisin | |
| 2021-01-02 | Bump the changelogv0.7.0 | jvoisin | |
| 2021-01-02 | Do a clang-format pass | jvoisin | |
| 2021-01-02 | Remove the travis-ci badge | jvoisin | |
| 2021-01-02 | Add stacktraces to dumps | jvoisin | |
| 2021-01-02 | Don't use travis-ci anymore | 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 | Add an article to our propaganda page | jvoisin | |
| 2020-12-31 | Mention PHP8's security features | jvoisin | |
| 2020-12-31 | Refresh a bit the CVE in the documentation | jvoisin | |
| 2020-12-31 | PHP7 is deprecated, consider it as such in the doc | jvoisin | |
| 2020-12-31 | Linkify a bit the faq | jvoisin | |
| 2020-12-31 | Add php8 to the CI | 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 | Simplify a bit travis-ci.yml | jvoisin | |
| 2020-12-31 | Add tests for broken configuration on php8 | jvoisin | |
| 2020-12-28 | Add a link to the propaganda page | jvoisin | |
| 2020-12-28 | Enable 2 more tests | jvoisin | |
| 2020-12-28 | Enable more tests for php8 | jvoisin | |
| 2020-12-28 | Document the `tests` target | 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 | Enable vld for php7.4 in travis | 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 | |||
