Tim Starling has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/391748 )
Change subject: In furl use /usr/bin/php instead of php5 ...................................................................... In furl use /usr/bin/php instead of php5 This FastCGI client script appears to work in HHVM, and probably also works in PHP 7. Change-Id: I310b416d2e1917dd9f93f5b171306a4e670d565f --- M modules/mediawiki/files/furl 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/48/391748/1 diff --git a/modules/mediawiki/files/furl b/modules/mediawiki/files/furl index ea79101..4670fd5 100755 --- a/modules/mediawiki/files/furl +++ b/modules/mediawiki/files/furl @@ -1,4 +1,4 @@ -#!/usr/bin/php5 +#!/usr/bin/php <?php /* * fURL - FastCGI cURL-like tool for MediaWiki -- To view, visit https://gerrit.wikimedia.org/r/391748 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I310b416d2e1917dd9f93f5b171306a4e670d565f Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Tim Starling <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
