summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2026-08-19 10:27:10 +0000
committerAndreas Enge <andreas@enge.fr>2026-08-24 16:02:07 +0200
commitd6f60297ecfae67b171c63397b7f2eae8492268e (patch)
tree6ccfd167f59c7e56aa23bdbde507422b03881fbf
parent6524e9fc00df37998bd270f2123619fd5d7d243f (diff)
gnu: php-8.4: Update to 8.4.24.
* gnu/packages/php.scm (php-8.5): Update to 8.4.24. [source]<patches>: Remove extra patches. Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r--gnu/packages/php.scm8
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index ecedae66259..e4faf8814ff 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -399,17 +399,15 @@ systems, web content management systems and web frameworks.")
399 (package 399 (package
400 (inherit php-8.5) 400 (inherit php-8.5)
401 (home-page "https://www.php.net/") 401 (home-page "https://www.php.net/")
402 (version "8.4.20") 402 (version "8.4.24")
403 (source 403 (source
404 (origin 404 (origin
405 (method url-fetch) 405 (method url-fetch)
406 (uri (string-append home-page "distributions/" "php-" version ".tar.xz")) 406 (uri (string-append home-page "distributions/" "php-" version ".tar.xz"))
407 (sha256 407 (sha256
408 (base32 "1xr1w82apzsscrsndnphlgqvbj78g0smrp06pcgg8hlsr3vwcm74")) 408 (base32 "0c87q01ll6q1w1f23v448iqi1lh09dhqm9ygqlkl6vshm04vw9z1"))
409 (patches 409 (patches
410 (search-patches "php-01-fix-expired-certificate.patch" 410 (search-patches "php-03-fix-ftp-certificate.patch"))
411 "php-02-fix-sni-tests.patch"
412 "php-03-fix-ftp-certificate.patch"))
413 (modules '((guix build utils))) 411 (modules '((guix build utils)))
414 (snippet 412 (snippet
415 '(with-directory-excursion "ext" 413 '(with-directory-excursion "ext"