summaryrefslogtreecommitdiff
path: root/gnu/packages/php.scm
Commit message (Collapse)AuthorAge
* gnu: PHP: Fix test failure with newer cURL.Marius Bakke2022-07-23
| | | | | | * 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.
* gnu: PHP: Update to 7.4.30.Marius Bakke2022-07-23
| | | | | | | * 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.
* gnu: php: Properly fix openssl_x509_checkpurpose_basic.phpt.Tobias Geerinckx-Rice2021-12-16
| | | | | | | | * 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>
* gnu: php: Disable yet another failing test.Tobias Geerinckx-Rice2021-12-16
| | | | | * gnu/packages/php.scm (php)[arguments]: Delete the openssl_x509_checkpurpose_basic.phpt test.
* Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\
| * gnu: php: Remove extra glibc input.Efraim Flashner2021-11-28
| | | | | | | | | | | | * gnu/packages/php.scm (php)[arguments]: Use build-system's libc for gettext. [inputs]: Remove glibc.
| * gnu: php: Update to 7.4.26.Efraim Flashner2021-11-28
| | | | | | | | * gnu/packages/php.scm (php): Update to 7.4.26.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: php: Update to 7.4.25 [security fixes].Tobias Geerinckx-Rice2021-10-23
| | | | | | | | | | * gnu/packages/php.scm (php): Update to 7.4.25. [source]: Don't explicitly return #t from snippet.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: php: Patch failing test case.Ryan Sundberg via Guix-patches via2021-10-05
| | | | | | | | | | | | | | | | | | | | | | 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>
* | gnu: php: Disable failing test.Guillaume Le Vaillant2021-09-08
| | | | | | | | | | | | It looks like the "Zend/tests/bug74093.phpt" test can fail on fast machines. * gnu/packages/php.scm (php)[arguments]: Update 'prepare-tests' phase.
* | gnu: php: Remove watchpoint tests on powerpc64le.Thiago Jung Bauermann2021-09-06
|/ | | | | | | | | | | 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>
* gnu: php: Update to 7.4.22 [security fixes].Tobias Geerinckx-Rice2021-07-29
| | | | * gnu/packages/php.scm (php): Update to 7.4.22.
* gnu: php: Update to 7.4.21.Marius Bakke2021-07-23
| | | | | | * gnu/packages/php.scm (php): Update to 7.4.21. [arguments]: Remove trailing #t's. [native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
* gnu: php: Build sodium.Aljosha Papsch2021-06-26
| | | | | | * gnu/packages/php.scm (php): Build sodium extension. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: php: Update to 7.4.20.Tobias Geerinckx-Rice2021-06-03
| | | | * gnu/packages/php.scm (php): Update to 7.4.20.
* gnu: php: Update to 7.4.19.Tobias Geerinckx-Rice2021-05-06
| | | | * gnu/packages/php.scm (php): Update to 7.4.19.
* gnu: php: Update to 7.4.18.Tobias Geerinckx-Rice2021-05-01
| | | | | * gnu/packages/php.scm (php): Update to 7.4.18. [arguments]: Delete yet another failing test (proc_nice_basic).
* gnu: php: Update to 7.4.16 [security fixes].Tobias Geerinckx-Rice2021-03-05
| | | | | * gnu/packages/php.scm (php): Update to 7.4.16. [arguments]: Patch failing new test.
* gnu: php: Disable failing test on Arm.Julien Lepiller2021-02-26
| | | | * gnu/packages/php.scm (php): Disable timing sensitive failing test on Arm.
* gnu: php: Disable failing tests on arm.Julien Lepiller2021-02-09
| | | | | * gnu/packages/php.scm (arguments)[phases]: Disable additional failing tests on arm.
* gnu: php: Update to 7.4.15.Julien Lepiller2021-02-08
| | | | * gnu/packages/php.scm (php): Update to 7.4.15.
* gnu: php: Update to 7.4.14.Julien Lepiller2021-01-07
| | | | * gnu/packages/php.scm (php): Update to 7.4.14.
* gnu: php: Update to 7.4.13.Tobias Geerinckx-Rice2020-11-26
| | | | * gnu/packages/php.scm (php): Update to 7.4.13.
* gnu: php: Move a test disablement.Tobias Geerinckx-Rice2020-11-05
| | | | | * gnu/packages/php.scm (php)[arguments]: Disable bug73837.phpt under a more appropriate comment section.
* gnu: php: Update to 7.4.12 [security fixes].Tobias Geerinckx-Rice2020-10-30
| | | | | * gnu/packages/php.scm (php): Update to 7.4.12. [arguments]: Disable two more failing tests.
* gnu: php: Update to 7.4.11.Tobias Geerinckx-Rice2020-10-01
| | | | * gnu/packages/php.scm (php): Update to 7.4.11.
* gnu: php: Disable unreliable test.Tobias Geerinckx-Rice2020-09-21
| | | | * gnu/packages/php.scm (php)[arguments]: Delete bug73837.phpt.
* gnu: php: Update to 7.4.10.Tobias Geerinckx-Rice2020-09-04
| | | | * gnu/packages/php.scm (php): Update to 7.4.10.
* gnu: php: Update to 7.4.9.Tobias Geerinckx-Rice2020-08-13
| | | | * gnu/packages/php.scm (php): Update to 7.4.9.
* gnu: php: Update to 7.4.8.Tobias Geerinckx-Rice2020-07-11
| | | | * gnu/packages/php.scm (php): Update to 7.4.8.
* gnu: php: Update to 7.4.7.Julien Lepiller2020-06-11
| | | | * gnu/packages/php.scm (php): Update to 7.4.7.
* gnu: php: Update to 7.4.6.Julien Lepiller2020-05-14
| | | | * gnu/packages/php.scm (php): Update to 7.4.6.
* gnu: php: Remove failing tests.Maxim Cournoyer2020-05-06
| | | | | | | * 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.
* gnu: php: Partially fix the build.Maxim Cournoyer2020-05-06
| | | | | * gnu/packages/php.scm (php)[phases]: Do not attempt to delete the now nonexistent 'lstat_stat_variation9.phpt' file.
* Merge branch 'master' into core-updatesMarius Bakke2020-04-23
|\ | | | | | | | | | | | | | | | | | | | | 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
| * gnu: php: Update to 7.4.5.Julien Lepiller2020-04-19
| | | | | | | | * gnu/packages/php.scm (php): Update to 7.4.5.
* | Merge branch 'master' into core-updatesMarius Bakke2020-03-30
|\| | | | | | | | | | | | | | | | | | | | | 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
| * gnu: Remove more packages deprecated for over almost a year.Tobias Geerinckx-Rice2020-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (armagetron-advanced) (cataclysm-dark-days-ahead, gnubackgammon, l-abbaye-des-morts) (the-battle-for-wesnoth, the-battle-for-wesnoth-server) (project-starfighter, kiki-the-nano-bot, fish-fillets-ng) (dungeon-crawl-stone-soup): Let's forget this ever happened. * gnu/packages/emacs-xyz.scm (geiser, paredit, git-modes/old-name) (magit, magit-svn, haskell-mode, emacs-emms-player-mpv, bbdb) (ert-runner, groovy-emacs-modes): Remove variable. * gnu/packages/engineering.scm (emacs-emms-player-simple-mpv) (emacs-evil-ediff, emacs-evil-mu4e, emacs-wgrep-helm, ao): Likewise. * gnu/packages/finance.scm (monero-core): Likewise. * gnu/packages/gnome.scm (dungeon-crawl-stone-soup-tiles) (tales-of-maj-eyal, battle-tanks, the-legend-of-edgar) (gnome-tweak-tool): Likewise. * gnu/packages/gnuzilla.scm (conkeror): Likewise. * gnu/packages/guile-xyz.scm (mcron2): Likewise. * gnu/packages/image.scm (pngcrunch): Likewise. * gnu/packages/linux.scm (eudev-with-hwdb): Likewise. * gnu/packages/maths.scm (qtoctave): Likewise. * gnu/packages/package-management.scm (guile2.0-guix): Likewise. * gnu/packages/php.scm (php-with-bcmath): Likewise. * gnu/packages/python-xyz.scm (python-kivy-next, python2-kivy-next): Likewise. * gnu/packages/video.scm (livestreamer): Likewise. * gnu/packages/virtualization.scm (lookingglass): Likewise. * gnu/packages/vulkan.scm (vulkan-icd-loader): Likewise. * gnu/packages/syndication.scm (newsbeuter): Likewise. (newsboat)[description]: Remove historical footnote.
* | Merge branch 'master' into core-updatesMarius Bakke2020-03-21
|\|
| * gnu: php: Update to 7.4.4.Tobias Geerinckx-Rice2020-03-20
| | | | | | | | * gnu/packages/php.scm (php): Update to 7.4.4.
* | Merge branch 'master' into core-updatesMarius Bakke2020-03-04
|\|
| * gnu: php: Update to 7.4.3.Alex Sassmannshausen2020-02-21
| | | | | | | | | | | | * gnu/packages/php.scm (php): Update to 7.4.3. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* | gnu: php: Update to 7.4.2.Maxim Cournoyer2020-02-02
|/ | | | | | | | Fixes issue #38250 (see: https://bugs.gnu.org/38250). * gnu/packages/php.scm (php): Update to 7.4.2. [home-page]: Update URL. [phases]{prepare-tests}: Delete failing tests.
* gnu: php: Update to 7.4.1.Efraim Flashner2019-12-24
| | | | | | This fixes CVE-2019-1104[45679], CVE-2019-11050. * gnu/packages/php.scm (php): Update to 7.4.1.
* gnu: php: Update to 7.4.0.Julien Lepiller2019-11-29
| | | | * gnu/packages/php.scm (php): Update to 7.4.0.
* gnu: php: Update to 7.3.12.Julien Lepiller2019-11-22
| | | | * gnu/packages/php.scm (php): Update to 7.3.12.
* php: Enable more extentions.Björn Höfling2019-11-16
| | | | | | * gnu/packages/php.scm (php)[arguments]: Use libzip instead of zip for the "--with-libzip" argument, enable intl and zip. [inputs]: Add icu4c, libzip. Remove zip.
* gnu: php: Update to 7.3.11.Julien Lepiller2019-10-24
| | | | * gnu/packages/php.scm (php): Update to 7.3.11.