Hai ada repositori di mana saya dapat menemukan versi PHP 5.6 untuk bash console for windows?
Dengan:
sudo apt-get install php5
Saya sudah menginstal PHP v5.5
$ php -v
PHP 5.5.9-1ubuntu4.21 (cli) (built: Feb 9 2017 20:54:58)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies
@Cyclonecode ya, saya sudah menginstal juga
—
Alejandro Rosas
Saya tidak yakin apa yang ingin Anda capai di sini, tetapi tautan ini mungkin berguna dev-metal.com/install-setup-php-5-6-ubuntu-14-04-lts
—
Cyclonecode
@Cyclonecode terima kasih, dengan
—
Alejandro Rosas
sudo add-apt-repository ppa:ondrej/php
Saya sudah bisa menginstal sudo apt-get install php5.6
sudo apt-get install php5-cli
?