summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-19Bump the changelogv0.12.0jvoisin
2025-08-17Fix a NULL-ptr derefjvoisin
2025-07-15bump the automatic releases distrojvoisin
2025-07-15fix: Build PHPPierre Tondereau
2025-07-15Bump actions/checkout from v3 to v4jvoisin
2025-07-15Bump the CI to PHP8.4, now that it's releasedjvoisin
2025-06-25Fix debug log statementChristian Göttsche
2025-06-25Cast format argument to expected typeChristian Göttsche
2025-06-25Do not crash on no cookie hash keyChristian Göttsche
2025-06-16Fix spellingChristian Göttsche
2025-05-25Unify/fix the default.rules file across PHP versions, and add some new onesjvoisin
2025-05-13Work around the broken state of vld in fedorajvoisin
2025-05-13Remove the useless show_old_php_warning featurejvoisin
2025-04-17Fix the CI on Fedorajvoisin
2025-04-17Add some users/blogpostsjvoisin
2025-04-11Minor code simplificationjvoisin
2025-04-03Improve a bit the documentationjvoisin
2025-04-03Add some documentation for global strict modejvoisin
2025-03-16Don't bail on vld compilation error on Debianjvoisin
2025-03-16Remove Ubuntu Lunar as it's not supported anymorejvoisin
2025-03-16Use libpcre2 instead of libpcre3 and add php8.4 as optional dep for debianjvoisin
2025-03-16Bump actions/upload-artifact to v4jvoisin
2025-03-16Make the CI greenjvoisin
2024-11-06Link support script to new jvoisin repositorySébastien Santoro
2024-10-07Update faq.rstPete Cooper
2024-09-06Fix a licensing typojvoisin
2024-09-06Bump the changelogv0.11.0jvoisin
2024-09-06Skip a test on PHP8.4jvoisin
2024-09-03Add some instructions for OpenBSDjvoisin
2024-07-09Fix compilation for PHP84+jvoisin
2024-07-05Disable PHP7.0 in the CIjvoisin
2024-06-18Add a missing feature to the readmejvoisin
2024-06-18Updated the cached version of the config scannerjvoisin
2024-06-18Fix an UBSAN warningjvoisin
2024-06-14Fix a portability issuejvoisin
2024-06-09Forbid file:// protocol in Curlbohwaz
2024-06-09debian/rules: clean source directoryChristian Göttsche
2024-06-09Avoid logging success on failureChristian Göttsche
2024-06-09Wording updatesChristian Göttsche
2024-06-09Ensure to inject php-stream filter also on stream_wrapper_restore()Christian Göttsche
2024-06-09Use more generic expected test result formatChristian Göttsche
2024-06-09Add option to specify the allowed "php" wrapper typesChristian Göttsche
2024-06-06Add format attribute to log function and adjust format specifiersChristian Göttsche
2024-06-06Silence unused variable warning with php 8.3Christian Göttsche
2024-06-06Free allocated memory in early exitChristian Göttsche
2024-06-06Fix misc typosChristian Göttsche
2024-06-06Enable some additional compiler warningsChristian Göttsche
2024-06-06Avoid dropping const qualifier in castsChristian Göttsche
2024-06-06Declare file local variables and functions staticChristian Göttsche
2024-06-06Use strict prototypesChristian Göttsche