/etc/snippets/text-mode/

>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/php.scm
AgeCommit message (Expand)Author
2023-07-01gnu: php: Enable sysvsem module....Nextcloud 26 strongly recommends installing this module. * gnu/packages/php.scm: (php)[arguments]: Add "--enable-sysvsem" configure flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timo Wilken
2023-03-04gnu: Remove and deprecate tidy for tidy-html...* gnu/packages/web.scm (tidy): Change to deprecated alias for tidy-html * gnu/packages/pumpio.scm (pumpa): Use tidy-html instead of tidy and correct header name. * gnu/packages/markup.scm (hoedown): * gnu/packages/photo.scm (enblend-enfuse): * gnu/packages/php.scm (php): * gnu/packages/python-xyz.scm (python-pytidylib): Use tidy-html instead of tidy. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Morgan Smith
2023-02-19gnu: php: Drop a failed test for riscv64....* gnu/packages/php (php): Drop a failed test for riscv64. [source, arguments, description]: Fix formatting. Aleksandr Vityazev
2023-02-11gnu: php: Update to 8.2.2....* gnu/packages/php.scm (php): Update to 8.2.2. * gnu/packages/patches/php-curl-compat.patch: Remove file. * gnu/packages/patches/php-bug-74093-test.patch: Remove file. * gnu/packages/patches/php-fix-streams-copy-length.patch: New file. * gnu/local.mk (dist_patch_DATA): Remove them. Add it. Julien Lepiller