php
文章平均质量分 55
williamchu
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
php xdebug 配置
zend_extension=/usr/local/php/lib/php/extensions/no-debug-non-zts-20151012/xdebug.so; xdebug.auto_trace=1; xdebug.collect_assignments=1; xdebug.collect_params=1; xdebug.collect_return=1; xdebug.rem...原创 2018-08-13 09:53:11 · 270 阅读 · 0 评论 -
remove index.php from the URL when uses the CI framework(nginx)
Apache is great(if you need help about Apache configuration you can see here),but Nginx ( pronounce "engine X") maybe more powerful in high performance.So I write this paper for someone work with Ng...原创 2018-08-13 09:56:25 · 170 阅读 · 0 评论 -
Some important options maybe useful when compile php from source code
As we know install php 7 in ubuntu can't use apt-get install php directly,Because official source haven't updated until now(2016/8/21),but we can compile it from source code ,here I provide some usefu...原创 2018-08-13 09:58:05 · 214 阅读 · 0 评论
分享