From: Rusty Russell Date: Tue, 22 Nov 2016 00:47:09 +0000 (+1030) Subject: web: fix for PHP7. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=996d4d12ddd52de579b5026bfbe9c65e26f6c698 web: fix for PHP7. split() was deprecated, is now removed. explode() is the new hotness. Signed-off-by: Rusty Russell --- diff --git a/web/staticmoduleinfo.php b/web/staticmoduleinfo.php index 7f388c2c..ac4ac68f 100644 --- a/web/staticmoduleinfo.php +++ b/web/staticmoduleinfo.php @@ -63,7 +63,7 @@ if ($extdepends) {

External dependencies: