Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this script. 运行/usr/local/webser ...
分类:
其他好文 时间:
2019-01-04 17:13:27
阅读次数:
220
用过 Nginx 的兄弟都知道,修改 Nginx 配置文件之后,可以使用 来检测配置文件是否有语法错误。 今天配置 opcache 的时候,发现 php-fpm 也可以检测 php-fpm.conf , php.ini 等配置文件的正确与否。 没有问题之后,就可以重启 fpm 服务了。 Fatal ...
分类:
Web程序 时间:
2018-12-28 12:28:52
阅读次数:
263
http://www.phpchina.com/manual/zendframework/introduction.installation.html http://www.phpchina.com/manual/zendframework/introduction.installation.htm ...
分类:
其他好文 时间:
2018-12-27 13:31:32
阅读次数:
153
PHP 使用var_dump($arr)时 没有格式化输出。 原因是没有启用‘XDebug’扩展 [xdebug]zend_extension ="d:/wamp/bin/php/php7.0.4/zend_ext/php_xdebug-2.4.0-7.0-vc14.dll" xdebug.remo ...
分类:
其他好文 时间:
2018-12-24 16:10:47
阅读次数:
130
一、服务端配置php-xdebug配置:[xdebug]zend_extension=/usr/local/php/lib/php/extensions/no-debug-zts-20170718/xdebug.soxdebug.remote_enable=1xdebug.remote_host=127.0.0.1xdebug.remote_port=9000重启web服务器(略)dbgp配置:a
分类:
数据库 时间:
2018-12-09 12:14:30
阅读次数:
438
GITHUB:https://github.com/jacwright/RestServer 简介: 一个PHP REST服务器,用于提供非常轻量级的REST API。很容易上手。独立于其他库和框架。支持HTTP身份验证。 参考Zend Framework,该框架省略了Zend Framework ...
分类:
Web程序 时间:
2018-11-26 17:20:57
阅读次数:
785
打开phpinfo 复制 粘贴到 https://xdebug.org/wizard.php 就会给出 xdebug的版本,下载就好 放进php目录下 [Xdebug] zend_extension="E:\xampp\php\ext\php_xdebug.dll"xdebug.auto_trace ...
分类:
其他好文 时间:
2018-11-21 19:36:50
阅读次数:
157
PHP7 从发布到现在已经有快三年的时间了,现在已经发展到 PHP7.2.9 版本了。它的发布给 PHP 带来了很大的性能提升,这主要是得益于 PHP 对 Zend 引擎的深度优化,同时还降低了 PHP 对系统的资源占用。 主要的变化有以下几点: 抽象语法树 在PHP之前的版本中,PHP代码在语法解 ...
分类:
Web程序 时间:
2018-11-17 15:55:11
阅读次数:
210
进入eclipse官网 语言包位置 http://www.eclipse.org/babel/downloads.php ...
分类:
其他好文 时间:
2018-11-12 18:34:27
阅读次数:
302