summaryrefslogtreecommitdiff
path: root/gnu/packages/php.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: php: Update to 8.3.12.•••* gnu/packages/php.scm (php): Update to 8.3.12. Change-Id: Ic9c60659e8dad0d00958475dc283259eb3de4072 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Wilko Meyer2024-09-291-2/+2
* gnu: php: Disable tests relating to BICUBIC interpolation.•••* gnu/packages/php.scm (php)[arguments]: Delete three tests that are known to fail. Change-Id: Ib684328654c75f37111d252fb0f9fb3356daff9a Signed-off-by: Andreas Enge <andreas@enge.fr> Carlo Zancanaro2024-09-051-0/+7
* gnu: php: Fix check phase.•••* gnu/packages/php.scm (php): Add missing inputs. These should potentially be propagated by gd instead, see https://issues.guix.gnu.org/72968 Change-Id: I3ddc47e5ad121a8177e3a12c5dfe154a8d6029b6 Signed-off-by: Andreas Enge <andreas@enge.fr> Noé Lopez2024-09-051-0/+4
* gnu: php: Update to 8.3.10.•••* gnu/packages/php.scm (php): Update to 8.3.10. Change-Id: I75e5ee0afda02f7978f8aeeeb10deb4fa2510409 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Wilko Meyer2024-08-051-2/+2
* gnu: php: Update to 8.3.9.•••* gnu/packages/php.scm (php): Update to 8.3.9. Change-Id: Icdd41fff7fd89dd0116988acb0f7aa28c2e77ebe Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Wilko Meyer2024-07-181-2/+2
* gnu: php: Update to 8.3.8.•••* gnu/packages/php.scm (php): Update to 8.3.8. Change-Id: Ia0714520973b537a82d12fb346f3efbadfc11e61 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Wilko Meyer2024-06-291-2/+2
* gnu: php: Update to 8.3.6.•••* gnu/packages/php.scm (php): Update to 8.3.6. Change-Id: I8f173558fc4098d6d72b42724e5e106d7dabb62a Signed-off-by: Christopher Baines <mail@cbaines.net> Wilko Meyer2024-04-261-3/+6
* gnu: php: Skip some tests on powerpc-linux.•••* gnu/packages/php.scm (php)[arguments]: Adjust the 'prepare-tests phase to skip some failing tests when building for powerpc-linux. Change-Id: I6dd496c8b6851a06386049dca6aa0e2273e4029e Efraim Flashner2023-11-281-0/+4
* gnu: php: Add another test to the skip-test list.•••* gnu/packages/php.scm (php)[arguments]: Add a test which fails on multiple architectures to the list skipped by all architectures. Change-Id: I3c55179381ff4cf3e22db5d3ededf60d2a3d9d73 Efraim Flashner2023-11-271-4/+4
* gnu: php: Combine skipped tests per arch code.•••* gnu/packages/php.scm (php)[arguments]: In 'prepare-tests phase combine the code used for skipping a few tests per architecture into one grouping. Change-Id: I275099dcc2b1f003ec48a72b910d4cfd579d9628 Efraim Flashner2023-11-271-50/+37
* gnu: php: Update to 8.2.13.•••* gnu/packages/php.scm (php): Update to 8.2.13. [source]: Remove patch. [arguments]: Adjust the 'prepare-tests phase to skip fewer tests. [inputs]: Replace openssl-1.1 with openssl. * gnu/packages/patches/php-fix-streams-copy-length.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Change-Id: I29892deda457fdbaa6dd5e01515e97583951836d Efraim Flashner2023-11-271-95/+8
* gnu: 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 Wilken2023-07-011-1/+3
* gnu: 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 Smith2023-03-041-1/+1
* gnu: php: Drop a failed test for riscv64.•••* gnu/packages/php (php): Drop a failed test for riscv64. [source, arguments, description]: Fix formatting. Aleksandr Vityazev2023-02-191-4/+10
* gnu: 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 Lepiller2023-02-111-11/+35
* gnu: Explicitly use OpenSSL 1.1 in packages that don't support 3.0.•••* gnu/packages/php.scm (php)[inputs]: Change from OPENSSL to OPENSSL-1.1. * gnu/packages/ntp.scm (ntp)[inputs]: Likewise. Marius Bakke2022-09-181-1/+1
* gnu: PHP: Fix test failure with newer cURL.•••* gnu/packages/patches/php-curl-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/php.scm (php)[source](patches): Add it. Marius Bakke2022-07-231-1/+2
* gnu: PHP: Update to 7.4.30.•••* gnu/packages/php.scm (php): Update to 7.4.30. [source](patches): Remove obsolete patch. * gnu/packages/patches/php-openssl_x509_checkpurpose_basic.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Marius Bakke2022-07-231-5/+3
* gnu: php: Properly fix openssl_x509_checkpurpose_basic.phpt.•••* gnu/packages/php.scm (php)[source]: Add patch. * gnu/packages/patches/php-openssl_x509_checkpurpose_basic.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Thanks to Diego Nicola Barbato <dnbarbato@posteo.de> Tobias Geerinckx-Rice2021-12-161-5/+4
* gnu: php: Disable yet another failing test.•••* gnu/packages/php.scm (php)[arguments]: Delete the openssl_x509_checkpurpose_basic.phpt test. Tobias Geerinckx-Rice2021-12-161-1/+4
* Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-051-4/+4
|\
| * gnu: php: Remove extra glibc input.•••* gnu/packages/php.scm (php)[arguments]: Use build-system's libc for gettext. [inputs]: Remove glibc. Efraim Flashner2021-11-281-2/+1
| * gnu: php: Update to 7.4.26.•••* gnu/packages/php.scm (php): Update to 7.4.26. Efraim Flashner2021-11-281-2/+3
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-311-4/+3
|\|
| * gnu: php: Update to 7.4.25 [security fixes].•••* gnu/packages/php.scm (php): Update to 7.4.25. [source]: Don't explicitly return #t from snippet. Tobias Geerinckx-Rice2021-10-231-4/+3
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-121-0/+1
|\|
| * gnu: php: Patch failing test case.•••Fixes a failing test case in PHP (Zend/tests/bug74093.phpt). See <https://github.com/php/php-src/pull/7555/files> for upstream status. * gnu/packages/php.scm (php)[source]: Add patch. * gnu/packages/patches/php-bug-74093-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Ryan Sundberg via Guix-patches via2021-10-051-0/+1
* | gnu: php: Disable failing test.•••It looks like the "Zend/tests/bug74093.phpt" test can fail on fast machines. * gnu/packages/php.scm (php)[arguments]: Update 'prepare-tests' phase. Guillaume Le Vaillant2021-09-081-1/+3
* | gnu: php: Remove watchpoint tests on powerpc64le.•••All watchpoint tests except watch_002.phpt fail. There’s an upstream bug report about this problem so in the meantime remove them since it doesn’t impact actually running PHP programs. * gnu/packages/php.scm (php)[arguments]<#:phases>{prepare-tests}: Remove watchpoint tests on powerpc64le. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Thiago Jung Bauermann2021-09-061-0/+14
|/
* gnu: php: Update to 7.4.22 [security fixes].•••* gnu/packages/php.scm (php): Update to 7.4.22. Tobias Geerinckx-Rice2021-07-291-2/+2
* gnu: php: Update to 7.4.21.•••* gnu/packages/php.scm (php): Update to 7.4.21. [arguments]: Remove trailing #t's. [native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL. Marius Bakke2021-07-231-10/+6
* gnu: php: Build sodium.•••* gnu/packages/php.scm (php): Build sodium extension. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Aljosha Papsch2021-06-261-0/+3
* gnu: php: Update to 7.4.20.•••* gnu/packages/php.scm (php): Update to 7.4.20. Tobias Geerinckx-Rice2021-06-031-2/+2
* gnu: php: Update to 7.4.19.•••* gnu/packages/php.scm (php): Update to 7.4.19. Tobias Geerinckx-Rice2021-05-061-2/+2
* gnu: php: Update to 7.4.18.•••* gnu/packages/php.scm (php): Update to 7.4.18. [arguments]: Delete yet another failing test (proc_nice_basic). Tobias Geerinckx-Rice2021-05-011-3/+5
* gnu: php: Update to 7.4.16 [security fixes].•••* gnu/packages/php.scm (php): Update to 7.4.16. [arguments]: Patch failing new test. Tobias Geerinckx-Rice2021-03-051-3/+11
* gnu: php: Disable failing test on Arm.•••* gnu/packages/php.scm (php): Disable timing sensitive failing test on Arm. Julien Lepiller2021-02-261-1/+2
* gnu: php: Disable failing tests on arm.•••* gnu/packages/php.scm (arguments)[phases]: Disable additional failing tests on arm. Julien Lepiller2021-02-091-1/+7
* gnu: php: Update to 7.4.15.•••* gnu/packages/php.scm (php): Update to 7.4.15. Julien Lepiller2021-02-081-2/+2
* gnu: php: Update to 7.4.14.•••* gnu/packages/php.scm (php): Update to 7.4.14. Julien Lepiller2021-01-071-2/+2
* gnu: php: Update to 7.4.13.•••* gnu/packages/php.scm (php): Update to 7.4.13. Tobias Geerinckx-Rice2020-11-261-2/+2
* gnu: php: Move a test disablement.•••* gnu/packages/php.scm (php)[arguments]: Disable bug73837.phpt under a more appropriate comment section. Tobias Geerinckx-Rice2020-11-051-5/+4
* gnu: php: Update to 7.4.12 [security fixes].•••* gnu/packages/php.scm (php): Update to 7.4.12. [arguments]: Disable two more failing tests. Tobias Geerinckx-Rice2020-10-301-2/+6
* gnu: php: Update to 7.4.11.•••* gnu/packages/php.scm (php): Update to 7.4.11. Tobias Geerinckx-Rice2020-10-011-2/+2
* gnu: php: Disable unreliable test.•••* gnu/packages/php.scm (php)[arguments]: Delete bug73837.phpt. Tobias Geerinckx-Rice2020-09-211-1/+5
* gnu: php: Update to 7.4.10.•••* gnu/packages/php.scm (php): Update to 7.4.10. Tobias Geerinckx-Rice2020-09-041-2/+2
* gnu: php: Update to 7.4.9.•••* gnu/packages/php.scm (php): Update to 7.4.9. Tobias Geerinckx-Rice2020-08-131-2/+2
* gnu: php: Update to 7.4.8.•••* gnu/packages/php.scm (php): Update to 7.4.8. Tobias Geerinckx-Rice2020-07-111-2/+2
* gnu: php: Update to 7.4.7.•••* gnu/packages/php.scm (php): Update to 7.4.7. Julien Lepiller2020-06-111-2/+2
* gnu: php: Update to 7.4.6.•••* gnu/packages/php.scm (php): Update to 7.4.6. Julien Lepiller2020-05-141-2/+2