Hello.
We currently have on the server the PHP 5.11 and would like to upgrade it to one of the most recent PHP 7.1.15 for our Wiki. We downloaded zip-file for PHP 7.1.5, unzipped, ready to move the unzipped directory to C:\PHP and replace php.ini in C:\Windows. Previously at the end of php.ini file (for 5.11) we have had the following lines to support our Wiki:
----------------------------------------------
[WebPIChanges]
error_log="D:\rri\php\logs\php53_errors.log"
upload_tmp_dir=C:\WINDOWS\temp
session.save_path=C:\WINDOWS\temp
cgi.force_redirect=0
cgi.fix_pathinfo=1
fastcgi.impersonate=1
fastcgi.logging=0
max_execution_time=300
date.timezone=America/Los_Angeles
extension_dir = "C:\PHP\ext"
;extension_dir = "C:\easyphp\www\mediawiki-1.16.0\extensions\"
[ExtensionList]
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_mbstring.dll
extension=php_gd2.dll
extension=php_gettext.dll
extension=php_curl.dll
extension=php_exif.dll
extension=php_xmlrpc.dll
extension=php_openssl.dll
extension=php_soap.dll
extension=php_pdo_mysql.dll
extension=php_pdo_sqlite.dll
extension=php_imap.dll
extension=php_tidy.dll
[PHP_SQLSRV]
extension=php_sqlsrv_53_nts_vc9.dll
extension=php_pdo_sqlsrv_53_nts_vc9.dll
extention=php_sqlsrv_53_nts_vc6.dll
[PHP_LDAP]
extension=php_ldap.dll
---------------------------
QUESTION: Should we add these lines to the end of new php.ini file for 7.1.15 PHP or for PHP 7.1.15 these lines somewhere have to be modified/updated? Where? Please let us know.