I just recently updated my wiki from MediaWiki 1.26 to MediaWiki 1.27 (LTS) and decided since 1.27 supports PHP 7 I'm going to install it. I installed PHP 7 on my server and the necessary PHP extensions for MediaWiki 1.27. I also checked my PHP with the php -v
command and it says I'm running PHP 7:
PHP 7.0.8-3+deb.sury.org~trusty+1 (cli) ( NTS ) Copyright (c) 1997-2016 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies with Zend OPcache v7.0.8-3+deb.sury.org~trusty+1, Copyright (c) 1999-2016, by Zend Technologies
But when I go to Special:Version page on my wiki it says I'm running 5.5.9-1ubuntu4.14 (apache2handler)
PHP on my wiki. Am I really still running PHP 5.5.9 somehow or is this just some bug on the version page? And If by any chance I'm still running the older PHP how can I implement PHP 7 on my wiki?