php7.1编译安装扩展Yac 有更新! 下载Yac库 wget https://github.com/laruence/yac.git #或者 git clone https://github.com/ 2022-07-13 · barryzpc · Yac PHP 扩展 · 0 评论 · 0 浏览
wamp下配置PHP项目如何隐藏url中的index.php 有更新! 两种方式隐藏PHP项目url中的index.php 2021-03-24 · barryzpc · wamp PHP · 0 评论 · 0 浏览
转:nginx中的 fastcgi_pass为什么有时候是unix:/tmp/php-fpm.sock,有时候是127.0.0.1:9000 有更新! nginx中的 fastcgi_pass为什么有时候是unix:/tmp/php-fpm.sock,有时候是127.0.0.1:9000 这牵扯到了nginx和p 2020-11-26 · barryzpc · 转载 PHP nginx · 0 评论 · 0 浏览
系统更新导致:PHP报错 'libonig.so.2: cannot open shared object file... '问题解决 有更新! 系统更新后,php报错 php: error while loading shared libraries: libonig.so.2: cannot open 2020-10-09 · barryzpc · linux PHP · 0 评论 · 0 浏览
Apache报错 Parent: child process 2744 exited with status 3221226356 -- Restarting WAMP环境下,大量访问,或者数据处理时Apache报错 Parent: child process 2744 exited with status 322122 2020-08-04 · barryzpc · wamp PHP · 0 评论 · 0 浏览
PHP下使用rabbitMQ报错Call to undefined function PhpAmqpLib\\Wire\\IO\\socket_strerror()的问题查找与解决 有更新! php使用rabbitMQ报:Call to undefined function PhpAmqpLib\Wire\IO\socket_strerror() 错误 2020-08-03 · barryzpc · PHP RabbitMQ · 0 评论 · 0 浏览
PHP使用curl实现毫秒级等待的伪异步请求 有更新! 使用PHP的CURL实现毫秒级等待的伪异步。但是需要特殊处理:CentOS服务器上, 当你设置了小于1000ms的超时以后, curl不会发起任何请求, 而直接返 2020-07-27 · barryzpc · PHP CURL 毫秒级伪异步 · 0 评论 · 0 浏览
网上收集的PHP知识点和面试汇总 有更新! 网上收集的各个平台,各个同僚的技术知识点和面试总结,仅作为参考 2021-06-16 · barryzpc · PHP 面试 mysql linux · 0 评论 · 0 浏览
PHP实现输入一个整数n,输出一个n×n蛇形矩阵 有更新! PHP 实现输入一个整数 n,输出一个 n× n 蛇形阵 2020-05-11 · barryzpc · PHP 算法 · 0 评论 · 0 浏览