Skip to content
Snippets Groups Projects
Unverified Commit c457f109 authored by Julien Lepiller's avatar Julien Lepiller
Browse files

gnu: php: Update to 7.3.5.

* gnu/packages/php.scm (php): Update to 7.3.5.
parent d5f4d5b6
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ (define-module (gnu packages php)
(define-public php
(package
(name "php")
(version "7.3.4")
(version "7.3.5")
(home-page "https://secure.php.net/")
(source (origin
(method url-fetch)
......@@ -66,7 +66,7 @@ (define-public php
name "-" version ".tar.xz"))
(sha256
(base32
"10rvj9dn41213w0q2l123rn6sycr29syik88czprhpv5z2hrzrvg"))
"0wi4vd1c3ylsv7cs5b74pkspybb22qwk6fs5r2as3m3glhw1h0g1"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"
......@@ -322,6 +322,8 @@ (define-public php
"ext/mbstring/tests/bug77370.phpt"
"ext/mbstring/tests/bug77371.phpt"
"ext/mbstring/tests/bug77381.phpt"
"ext/mbstring/tests/mbregex_stack_limit.phpt"
"ext/mbstring/tests/mbregex_stack_limit2.phpt"
"ext/ldap/tests/ldap_set_option_error.phpt"
;; Sometimes cannot start the LDAP server.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment