Home | 簡體中文 | 繁體中文 | 雜文 | 打賞(Donations) | ITEYE 博客 | OSChina 博客 | Facebook | Linkedin | 知乎專欄 | Search | Email

第 1 章 PHP

目錄

1.1. install and configure
1.2. php 命令
1.2.1. -c <path>|<file> Look for php.ini file in this directory
1.2.2. -d foo[=bar] Define INI entry foo with value 'bar'
1.2.3. --ini Show configuration file names
1.2.4. 配置掃瞄目錄
1.3. php.ini
1.3.1. Time Zone
1.3.2. open_basedir
1.3.3. disable_functions
1.3.4. disable_classes
1.3.5. 隱藏php本版信息
1.4. php-config
1.5. Eclipse PDT
1.6. 內置Web伺服器

1.1. install and configure

$ sudo apt-get install php5
$ sudo apt-get install php5 php5-cli
		

fastcgi

sudo apt-get install php5
sudo apt-get install php5-cli
sudo apt-get install php5-fpm