版本控制软件:
集中式:cvs和svn
分布式:Git---学习
PHP运行原理
Nignx+php+FPM
CGI:PHP解析器和WebServer通信协议
FASTCGI:因为CGI为每一次请求增加一个进程,效率很低,为了解决这些问题产生了FastCGI
PHP-FPM:FASTCGI进程管理器
PHP常见配置项
register_globals,allow_url_fopen,allow_url_include,data.timezone,display_errors,error_reporting,safe_mode,upload_max_filesize,max_file_uploads,post_max_size