summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-13debian: bump to standards-version 4.6.2Christian Göttsche
Declare Rules-Requires-Root
2023-12-13debian: update linksChristian Göttsche
2023-12-13debian: add missing changelog author linesChristian Göttsche
2023-12-13debian: add extended package descriptionChristian Göttsche
2023-12-13debian: bump to debhelper compat 13Christian Göttsche
2023-12-13debian: add missing dh-php build dependencyChristian Göttsche
2023-12-07make 'phar' filenames work in sp.disabled_functionsJulien Voisin
This fixes #472
2023-12-07make 'phar' filenames work in sp.disabled_functions, fixes #472brown-midas
2023-11-27Configuration fixesJulien Voisin
- Update comment to match configuration - Add condition for mysqli.reconnect: mysqli.reconnect has been removed in PHP 8.2, see https://www.php.net/manual/de/mysqli.configuration.php#ini.mysqli.reconnect.
2023-11-27Update config/ini_protection.rulesJulien Voisin
2023-11-27Add condition for mysqli.reconnectChristian Göttsche
mysqli.reconnect has been removed in PHP 8.2, see https://www.php.net/manual/de/mysqli.configuration.php#ini.mysqli.reconnect.
2023-11-26Fix typosJulien Voisin
2023-11-26Fix typosChristian Göttsche
2023-11-26Clarify a bit the documentation wrt. match/regexjvoisin
This closes #468
2023-11-26Revert "Move from php8.3-rc to 8.3 in the CI"jvoisin
This reverts commit 6a9edc1c9b1d4d455f14ccf0c2e9234f4bcc0460.
2023-11-24Move from php8.3-rc to 8.3 in the CIjvoisin
2023-11-03Add some documentation in the default rules.jvoisin
2023-09-20Bump the changelogv0.10.0jvoisin
2023-09-20Improve a bit the documentationjvoisin
Based on a suggestion from @dimitargi
2023-09-20Document that rules are the be written in asciijvoisin
2023-09-18Get rid of some travis-ci leftoversjvoisin
2023-09-18Add a configuration file for readthedocsjvoisin
2023-09-18Don't build packages for unsupported linux distributionsjvoisin
2023-09-18Update a bit the debian package metadatajvoisin
2023-08-07Remove archlinux from the php7 CIjvoisin
Arch doesn't ship php7 anymore
2023-08-02Typo: 'specificed' -> 'specified'Julien Voisin
2023-08-02Update broken_conf_no_file_specified.phptPete Cooper
typo
2023-08-02Update loading.phptPete Cooper
typo
2023-08-02Update snuffleupagus.cPete Cooper
typo
2023-07-10Fix ReST in papers.rstjvoisin
2023-07-09Fix typo: "fmp" is supposed to be "fpm"Julien Voisin
2023-07-09Fix typomdPlusPlus
2023-06-25Bump codeql analyzerjvoisin
2023-06-25Fix an unserialize-related warningjvoisin
This should fix `Warning: unserialize(): Extra data starting at offset 8 of 72 bytes in unserialize.php on line 4`. On the flip side, it's not longer possible in PHP8.3 and above, when using Snuffleupagus, to have other extensions hooking unserialize().
2023-06-25Remove ZEND_HOTjvoisin
2023-06-25Add PHP8.3 to the CIjvoisin
2023-06-05Add another links to the propaganda sectionjvoisin
2023-05-05Add some more bragging materialjvoisin
2023-04-29Debian stretch is dead, let's remove itjvoisin
2023-04-29Improve how the parser is generatedJulien Voisin
2023-04-29Improve how the parser is generatedjvoisin
- use long variant of options for re2c in its makefile - use `define` instead of magic numbers - add some consts - trailing `;` are now mandatory for conditions - NULL bytes are no longer allowed in configuration file - the parser shouldn't crash in the absence of trailing new line at the end of its configuration file
2023-04-15Document readonly_exec's `extended_checks` optionjvoisin
2023-04-12Make readonly_exec play nice on readonly filesystemsjvoisin
2023-04-06Add some articles to the propaganda page.Julien Voisin
2023-04-06Add another notable userJulien Voisin
2023-04-04check during configure for NTS/ZTS buildJulien Voisin
As ZTS is not supported per #123 And to avoid such issue as #450
2023-04-04check during configure for NTS/ZTS buildRemi Collet
2023-03-21Add another example for cookiesjvoisin
2023-02-20More broken links fixingJulien Voisin
2023-02-19Fix a broken link in the documentationjvoisin