summaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)Author
2026-03-25Add a test for Dateinterval::__constructjvoisin
2026-02-23Simplify formattingChristian Göttsche
2026-02-22Constify function pointer tablesChristian Göttsche
2026-02-22Log session ID lengths on failureChristian Göttsche
2026-02-22Harden against snprintf(3) truncationChristian Göttsche
2026-02-22Drop dead codeChristian Göttsche
2026-02-22Generalize disabled_functions_regexp_multiple.phpt expected outputChristian Göttsche
2026-02-22Use correct parser for session ID lengthsChristian Göttsche
2026-02-22Define PATH_MAX and update its usagecgzones
2026-02-15tests: add several skip reasonsChristian Göttsche
2026-01-25Avoid double checking if function is hookedJakub Onderka
2026-01-07Bump the changelogv0.13.0jvoisin
2025-12-05Fix url_encode cookie flag in php_setcookie callAngus Johnston
2025-10-25Show the logging file is set in phpinfo()jvoisin
2025-10-24feat(log): add the possibility to log to a filelog2filejvoisin
2025-10-24fix(unserialize): don't bail in simulation mode when there's no HMACjvoisin
2025-10-14Add a testjvoisin
2025-10-02fix(log): systematically drop when .drop() is usedjvoisin
2025-10-02Rename a handful of global constantsjvoisin
2025-10-01Fix a cookie-related warning for PHP8.5.0jvoisin
2025-09-01Add support for PHP8.5jvoisin
2025-08-19Bump the changelogv0.12.0jvoisin
2025-08-17Fix a NULL-ptr derefjvoisin
2025-07-15fix: Build PHPPierre Tondereau
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-13Remove the useless show_old_php_warning featurejvoisin
2025-04-11Minor code simplificationjvoisin
2024-09-06Fix a licensing typojvoisin
2024-09-06Bump the changelogv0.11.0jvoisin
2024-09-06Skip a test on PHP8.4jvoisin
2024-07-09Fix compilation for PHP84+jvoisin
2024-06-18Updated the cached version of the config scannerjvoisin
2024-06-18Fix an UBSAN warningjvoisin
2024-06-14Fix a portability issuejvoisin
2024-06-09Avoid logging success on failureChristian 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
2024-06-06Fix missing token in config dumpChristian Göttsche