$catlist = array_merge(cat_list(0, 0, false), array('-'), article_cat_list(0, 0, false)); ...
报错如下: Warning: Illegal string offset 阿根廷 inF: wnmp www test.phpon line Warning: Illegal string offset 中国 inF: wnmp www test.phpon line Warning: Illegal string offset 印尼 inF: wnmp www test.phpon line ...
2017-09-01 00:28 0 3144 推荐指数:
$catlist = array_merge(cat_list(0, 0, false), array('-'), article_cat_list(0, 0, false)); ...
比如这段代码: ...
先更新本机内置的程序。 sudo apt-get updatesudo apt-get upgrade 安装PHP 安装结束之后就可以执行php -i命令查看到php-cli的信息 不过要配合nginx的话,需要用php-fpm来管理php的进程。 ...
第三节视频: Nginx 基础配置如下: 还有就是,注意 laravel-ubuntu 这个目录的所有者为: www-data:www-data 最后给,storage 文件夹权限, ...
yum install http://rpms.remirepo.net/enterprise/remi-release-6.rpm yum -y install php71-php.x86_64 php71-php-cli.x86_64 php71-php ...
一、前言1. Xdebug 简介Xdebug 是一个开放源代码的 PHP 程序调试器(即一个Debug工具),可以用来跟踪,调试和分析PHP程序的运行状况。当前最新版本为 Xdebug 2.5.0。 2. Xdebug 相关资料官网:https://xdebug.org官网文档:https ...
问题描述 最近在开发微信小程序涉及到加密数据(encryptedData)的解密,用的是PHP代码,在运行后报错mcrypt_module_ xxx is deprecated,提示方法已过时了 经研究得知,是php7.1版本引起的,可以使用openssl方法代替解密 ...
phpstudy切换的php7.1版本php-cgi报错 是因为没有装对应vc的插件。 下载地址:https://www.microsoft.com/zh-CN/download/details.aspx?id=48145 注意:下32位的。 ...