summaryrefslogtreecommitdiff
path: root/gnu/packages/php.scm
AgeCommit message (Collapse)Author
2024-06-29gnu: php: Update to 8.3.8.Wilko Meyer
* gnu/packages/php.scm (php): Update to 8.3.8. Change-Id: Ia0714520973b537a82d12fb346f3efbadfc11e61 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-04-26gnu: php: Update to 8.3.6.Wilko Meyer
* gnu/packages/php.scm (php): Update to 8.3.6. Change-Id: I8f173558fc4098d6d72b42724e5e106d7dabb62a Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-11-28gnu: php: Skip some tests on powerpc-linux.Efraim Flashner
* gnu/packages/php.scm (php)[arguments]: Adjust the 'prepare-tests phase to skip some failing tests when building for powerpc-linux. Change-Id: I6dd496c8b6851a06386049dca6aa0e2273e4029e
2023-11-27gnu: php: Add another test to the skip-test list.Efraim Flashner
* gnu/packages/php.scm (php)[arguments]: Add a test which fails on multiple architectures to the list skipped by all architectures. Change-Id: I3c55179381ff4cf3e22db5d3ededf60d2a3d9d73
2023-11-27gnu: php: Combine skipped tests per arch code.Efraim Flashner
* 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
2023-11-27gnu: php: Update to 8.2.13.Efraim Flashner
* 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
2023-07-01gnu: php: Enable sysvsem module.Timo Wilken
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>
2023-03-04gnu: Remove and deprecate tidy for tidy-htmlMorgan Smith
* 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>
2023-02-19gnu: php: Drop a failed test for riscv64.Aleksandr Vityazev
* gnu/packages/php (php): Drop a failed test for riscv64. [source, arguments, description]: Fix formatting.
2023-02-11gnu: php: Update to 8.2.2.Julien Lepiller
* 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.
2022-09-18gnu: Explicitly use OpenSSL 1.1 in packages that don't support 3.0.Marius Bakke
* gnu/packages/php.scm (php)[inputs]: Change from OPENSSL to OPENSSL-1.1. * gnu/packages/ntp.scm (ntp)[inputs]: Likewise.
2022-07-23gnu: PHP: Fix test failure with newer cURL.Marius Bakke
* 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.
2022-07-23gnu: PHP: Update to 7.4.30.Marius Bakke
* 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.
2021-12-16gnu: php: Properly fix openssl_x509_checkpurpose_basic.phpt.Tobias Geerinckx-Rice
* 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>
2021-12-16gnu: php: Disable yet another failing test.Tobias Geerinckx-Rice
* gnu/packages/php.scm (php)[arguments]: Delete the openssl_x509_checkpurpose_basic.phpt test.
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-11-28gnu: php: Remove extra glibc input.Efraim Flashner
* gnu/packages/php.scm (php)[arguments]: Use build-system's libc for gettext. [inputs]: Remove glibc.
2021-11-28gnu: php: Update to 7.4.26.Efraim Flashner
* gnu/packages/php.scm (php): Update to 7.4.26.
2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-10-23gnu: php: Update to 7.4.25 [security fixes].Tobias Geerinckx-Rice
* gnu/packages/php.scm (php): Update to 7.4.25. [source]: Don't explicitly return #t from snippet.
2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe
2021-10-05gnu: php: Patch failing test case.Ryan Sundberg via Guix-patches via
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>
2021-09-08gnu: php: Disable failing test.Guillaume Le Vaillant
It looks like the "Zend/tests/bug74093.phpt" test can fail on fast machines. * gnu/packages/php.scm (php)[arguments]: Update 'prepare-tests' phase.
2021-09-06gnu: php: Remove watchpoint tests on powerpc64le.Thiago Jung Bauermann
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>
2021-07-29gnu: php: Update to 7.4.22 [security fixes].Tobias Geerinckx-Rice
* gnu/packages/php.scm (php): Update to 7.4.22.
2021-07-23gnu: php: Update to 7.4.21.Marius Bakke
* gnu/packages/php.scm (php): Update to 7.4.21. [arguments]: Remove trailing #t's. [native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
2021-06-26gnu: php: Build sodium.Aljosha Papsch
* gnu/packages/php.scm (php): Build sodium extension. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-03gnu: php: Update to 7.4.20.Tobias Geerinckx-Rice
* gnu/packages/php.scm (php): Update to 7.4.20.
2021-05-06gnu: php: Update to 7.4.19.Tobias Geerinckx-Rice
* gnu/packages/php.scm (php): Update to 7.4.19.
2021-05-01gnu: php: Update to 7.4.18.Tobias Geerinckx-Rice
* gnu/packages/php.scm (php): Update to 7.4.18. [arguments]: Delete yet another failing test (proc_nice_basic).
2021-03-05gnu: php: Update to 7.4.16 [security fixes].Tobias Geerinckx-Rice
* gnu/packages/php.scm (php): Update to 7.4.16. [arguments]: Patch failing new test.
2021-02-26gnu: php: Disable failing test on Arm.Julien Lepiller
* gnu/packages/php.scm (php): Disable timing sensitive failing test on Arm.
2021-02-09gnu: php: Disable failing tests on arm.Julien Lepiller
* gnu/packages/php.scm (arguments)[phases]: Disable additional failing tests on arm.
2021-02-08gnu: php: Update to 7.4.15.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.4.15.
2021-01-07gnu: php: Update to 7.4.14.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.4.14.
2020-11-26gnu: php: Update to 7.4.13.Tobias Geerinckx-Rice
* gnu/packages/php.scm (php): Update to 7.4.13.
2020-11-05gnu: php: Move a test disablement.Tobias Geerinckx-Rice
* gnu/packages/php.scm (php)[arguments]: Disable bug73837.phpt under a more appropriate comment section.
2020-10-30gnu: php: Update to 7.4.12 [security fixes].Tobias Geerinckx-Rice
* gnu/packages/php.scm (php): Update to 7.4.12. [arguments]: Disable two more failing tests.
2020-10-01gnu: php: Update to 7.4.11.Tobias Geerinckx-Rice
* gnu/packages/php.scm (php): Update to 7.4.11.
2020-09-21gnu: php: Disable unreliable test.Tobias Geerinckx-Rice
* gnu/packages/php.scm (php)[arguments]: Delete bug73837.phpt.
2020-09-04gnu: php: Update to 7.4.10.Tobias Geerinckx-Rice
* gnu/packages/php.scm (php): Update to 7.4.10.
2020-08-13gnu: php: Update to 7.4.9.Tobias Geerinckx-Rice
* gnu/packages/php.scm (php): Update to 7.4.9.
2020-07-11gnu: php: Update to 7.4.8.Tobias Geerinckx-Rice
* gnu/packages/php.scm (php): Update to 7.4.8.
2020-06-11gnu: php: Update to 7.4.7.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.4.7.
2020-05-14gnu: php: Update to 7.4.6.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.4.6.
2020-05-06gnu: php: Remove failing tests.Maxim Cournoyer
* gnu/packages/php.scm (php)[phases]{prepare-tests}: Remove the ext/gd/tests/bug65148.phpt, ext/gd/tests/bug66590.phpt, ext/gd/tests/bug73869.phpt, ext/gd/tests/webp_basic.phpt and ext/gd/tests/imagecreatefromstring_webp.phpt tests.
2020-05-06gnu: php: Partially fix the build.Maxim Cournoyer
* gnu/packages/php.scm (php)[phases]: Do not attempt to delete the now nonexistent 'lstat_stat_variation9.phpt' file.
2020-04-23Merge branch 'master' into core-updatesMarius Bakke
Conflicts: etc/news.scm gnu/local.mk gnu/packages/bootloaders.scm gnu/packages/linphone.scm gnu/packages/linux.scm gnu/packages/tls.scm gnu/system.scm
2020-04-19gnu: php: Update to 7.4.5.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.4.5.
2020-03-30Merge branch 'master' into core-updatesMarius Bakke
Conflicts: gnu/packages/admin.scm gnu/packages/commencement.scm gnu/packages/guile.scm gnu/packages/linux.scm gnu/packages/package-management.scm gnu/packages/pulseaudio.scm gnu/packages/web.scm