`
gutou9
  • 浏览: 139812 次
  • 性别: Icon_minigender_1
  • 来自: 大连
社区版块
存档分类
最新评论

搭建php环境 wordpress

阅读更多

./configure --prefix=/usr/local/php --with-mysqli --with-zlib=/usr --disable-fileinfo

小内存 关闭fileinfo

 

make && make install

 

yum install libxml2

yum install libxml2-devel

 

yum install php-mysql

 

起动内置server

./php -S 0.0.0.0:9100 -t /usr/local/wordpress/

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics