aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/php-bug-74093-test.patch
Commit message (Collapse)AuthorAge
* gnu: php: Update to 8.2.2.Julien Lepiller2023-02-11
| | | | | | | | * 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.
* 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>