So i was getting this error when i run install_binaries script.then i figured out because im sshing from Turkish locale linux machine it fails.solution is run this command before compilation
Error
Parse error: syntax error, unexpected '/' in /root/hosting/php-src/ext/phar/phar.php on line 20
Fix:
export LANG=en_US.UTF-8
You can add this fix
to README.md for non-english server/ssh users.
So i was getting this error when i run install_binaries script.then i figured out because im sshing from Turkish locale linux machine it fails.solution is run this command before compilation
Error
Parse error: syntax error, unexpected '/' in /root/hosting/php-src/ext/phar/phar.php on line 20
Fix:export LANG=en_US.UTF-8
You can add this fix to README.md for non-english server/ssh users.