ubuntu 64位 下安装Aache2 和PHP5, MYSQL
由于没有找到LINUX下64位的PHP套件, XAMPP,WAMPP只支持32位的LINUX,
这下只能自己整合APACHE2和PHP5了。
?
这里有一个很快的方法安装PHP和APACHE
首先执行
PHP PECL extensions provide additional functionality over the base PHP install. You can browse the PHP PECL extensions available at the PECL repository here. The following steps show how to install a PECL extension/module on Ubuntu using the PECL_HTTP extension as an example and assumes that you already have Apache 2 and PHP 5 installed:?you will need to install PEAR via apt-get to get the necessary package and distribution system that both PEAR and PECL use. From a shell prompt enter:
sudo apt-get install php-pear