php
Pasenger
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Nginx运行php的配置
server { listen 8001; server_name localhost; set $root_path /Users/pasenger/Code/github/php/phalcon/tutorial/public; root $root_path; #acces原创 2015-05-06 20:36:26 · 567 阅读 · 0 评论 -
php redis插件安装
下载phpredishttps://github.com/phpredis/phpredis解压安装cd phpredis-develop/opt/php/bin/phpize./configure --with-php-config=/opt/php/bin/php-configmakemake install配置php.ini增加extension=redi原创 2015-11-26 16:02:51 · 745 阅读 · 0 评论 -
php xdebug配置
[xdebug]zend_extension="D:\apps\php-5.5.23\ext\php_xdebug-2.3.2-5.5-vc11-x86_64.dll"xdebug.remote_enable = Onxdebug.remote_handler = dbgpxdebug.remote_host= localhostxdebug.remote_port = 901原创 2015-11-26 16:03:30 · 463 阅读 · 0 评论 -
phalcon php微服务开发
phalcon构建php微服务原创 2016-06-19 12:33:16 · 2078 阅读 · 0 评论
分享