我收到此错误
PHP Parse error: syntax error, unexpected '?' in /home/surplus/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php on line 494
由于php版本而发生此错误。如何在服务器上更改PHP的命令行版本。我在网站上遇到类似的问题。
AddHandler application/x-httpd-php72 .php
RewriteEngine On
# Removes index.php from ExpressionEngine URLs
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?url=$1 [PT,L]
通过将其添加到htaccess中,可以解决错误。我通过腻子访问服务器。如何使用5.6版的服务器在命令行上设置PHP版本。我有一个共享的托管服务器,该服务器在命令行上使用PHP版本5.6。如何在服务器上更改版本