diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-05-25 00:25:15 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-05-25 00:25:15 +0200 |
commit | 57df83e07d4b5e78d9a54c1a88d05b4a9ed65714 (patch) | |
tree | 76684e63965e9ad6e37d9d45bc3159e6c9782cd0 /gnu/packages/php.scm | |
parent | 43d9ed7792808638eabb43aa6133f1d6186c520b (diff) | |
parent | 136b7d81f0eb713783e9ea7cf7f260a2b6252dfd (diff) | |
download | guix-57df83e07d4b5e78d9a54c1a88d05b4a9ed65714.tar.gz |
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/packages/php.scm')
-rw-r--r-- | gnu/packages/php.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index 45dd2bdd3a..68043051b5 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -58,7 +58,7 @@ (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 @@ name "-" version ".tar.xz")) (sha256 (base32 - "10rvj9dn41213w0q2l123rn6sycr29syik88czprhpv5z2hrzrvg")) + "0wi4vd1c3ylsv7cs5b74pkspybb22qwk6fs5r2as3m3glhw1h0g1")) (modules '((guix build utils))) (snippet '(with-directory-excursion "ext" @@ -322,6 +322,8 @@ "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. |