08 2016 档案
摘要:PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\Zend\Zend Studio 13.5.0\plugins\com.zend.php.debug.debugger.php70.win32_13.
阅读全文
摘要:ext/iconv/.libs/iconv.o: In function `php_iconv_stream_filter_dtor':iconv.c:(.text+0x3a8): undefined reference to `libiconv_close'ext/iconv/.libs/icon
阅读全文
摘要:http://www.laruence.com/2015/12/04/3086.html 让PHP7达到最高性能的几个Tips
阅读全文
摘要:#! /bin/sh ### BEGIN INIT INFO # Provides: php-fpm # Required-Start: $remote_fs $network # Required-Stop: $remote_fs $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 ...
阅读全文
摘要:#!/bin/sh #Configurations injected by install_server below.... EXEC=/usr/local/bin/redis-server CLIEXEC=/usr/local/bin/redis-cli PIDFILE=/var/run/redis_6379.pid CONF="/etc/redis/6379.conf" REDISPORT...
阅读全文
摘要:cd /usr/local/src/ wget http://mirrors-usa.go-parts.com/gcc/releases/gcc-6.2.0/gcc-6.2.0.tar.bz2 wget ftp://ftp.gnu.org/gnu/mpc/mpc-1.0.3.tar.gz wget --no-check-certificate https://gmplib.org/downloa...
阅读全文
摘要:ulimit -a sysctl net.core.somaxconn sysctl -w net.core.somaxconn=65535 # mysqladmin flush-hosts mysql> set GLOBAL max_connections=2000
阅读全文
摘要:加个 --with-stream_ssl_module 就好了 ./configure --with-stream --with-http_ssl_module --with-stream_ssl_module
阅读全文