about summary refs log tree commit diff
path: root/nixos/tests/php/fpm.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-03-04nixos/tests/php: add apcu to php to actually test whether extensions are ↵Maximilian Bosch1-1/+1
properly loaded
2021-03-04nixos/tests/php/fpm: make sure that extensions are actually loadedMaximilian Bosch1-0/+3
The phpinfo output from 127.0.0.1:80 only shows configuration options and thus leads to false-positives.
2021-03-03Merge pull request #114853 from lourkeur/fix-string-escapingtaku01-1/+1
nixos/kresd, nixos/dokuwiki, tests/fpm, build-bazel-package, libcutl: fix string escaping
2021-02-28nixos/tests/php: Declare php package used instead of just using defaultElis Hirwing1-3/+4
2020-12-31fpm.nix: fix string escapingkvtb1-1/+1
\. has no effect in single quoted strings
2020-10-25nixos/tests/php: Use curl --failScott Worley1-1/+1
2020-04-29nixosTests.php: Add maintainer team as maintainersElis Hirwing1-2/+2
2020-04-29Revert "PHP maintainer team"Elis Hirwing1-2/+2
2020-04-22nixosTests.php: Add maintainer team as maintainersElis Hirwing1-2/+2
2020-04-17nixosTests.php.fpm: Clean up to match httpd testJan Tojnar1-6/+4
2020-04-05nixos/php: Add tests for phpfpmElis Hirwing1-0/+55
This test checks that we evaluate PHP properly and that certain extensions are actually loaded.