拥有PHP标签的文章

PhpStorm注释时间的设置

PhpStorm注释时间的设置
阅读全文

tp3 对接支付宝转账到个人支付宝账号SDK

官方更新了接口规范,遇到不少小问题,记录下最终成功的实现代码
阅读全文

git 拖下laravel 代码后报错 Warning: require(D:\WWW\laravel\bootstrap/../vendor/autoload.php

git 拖下laravel 代码后报错 Warning: require(D:\WWW\laravel\bootstrap/../vendor/autoload.php
阅读全文

Deprecated: Function Redis::delete() is deprecated

Deprecated: Function Redis::delete() is deprecated
阅读全文

thinkcmf 1.6.0版本从sql注入到任意代码执行

1.恶意注册用户文件application\User\Controller\LoginController.class.php 方法 dologin请求验证码的URL为http://xx.target.com/index.php?g=api&m=checkcode&a=index&length=2&font_size=14&width=100&am
阅读全文

PHP Fatal error: Class 'Memcache' not found in

  • 孟帅
  • 2019-09-08 16:34:33
  • PHP
  • PHP
安装了memcached和php的memcache的扩展,PHPinfo()也支持了memcache,但是放在项目中就提示Class"Memcache" not found,最后发现php7.3装的是memcached,多节点的然后更换了php7.1重新配置了memcache之后正常运行
阅读全文

php报错:Cannot redeclare class 提示的解决方法

  • 孟帅
  • 2019-08-28 11:18:35
  • PHP
  • PHP
1.重复包含相同的类文件:例如:对于某个类文件zuimoban.php,在a.php中view plaincopy to clipboardprint?include "zuimoban.php";  在b.php中view plaincopy to clipboardprint?include "a.php";  i
阅读全文

云豹直播系统搭建流程

云豹直播系统搭建流程
阅读全文

php-redis Deprecated: Function Redis::setTimeout() is deprecated in

Deprecated:  Function Redis::setTimeout() is deprecated inDeprecated 意思是不推荐,但仍然可以使用,是级别最低的报错这是php7.0版本以后redis的错误提示关闭此类报错只需到php.ini 修改参数 error_reporting = E_ALL &~E_NOTICE &~E_DEPRECA
阅读全文

thinphp中mkdir() Permission denied问题

thinphp运行目录权限问题
阅读全文