PHP 7.0.22
-
在 Windows 10 64、PHP 7.0.22 下,安装:ImageMagick PHP extension,的流程
1、打开:http://pecl.php.net/package/imagick/3.4.3/windows ,下载:7.0 Thread Safe (TS) x64,如图1 图1…
-
在 CakePHP 2.10.3 中,在控制器中打印已经执行过的 SQL 语句流程
1、编辑 /app/Config/core.php,Configure::write(‘debug’, 2);,如图1 图1 2、编辑 /app/View/…
-
在 PHP 7.0.22、CakePHP 2.10.3 下,报错:Error: The datasource configuration tmp was not found in database.php.的解决(动态设置数据源对象)
1、在 PHP 7.0.22、CakePHP 2.10.3 下,报错:Error: The datasource configuration tmp was not found i…
-
在 PHP 7.0.22、CakePHP 2.6.4 下,报错:Error: Cannot use ‘String’ as class name as it is reserved 的解决
1、在 CakePHP 2.6.4 下,报错:Error: Cannot use ‘String’ as class name as it is reser…
-
在 Windows 10 64 下安装 Memcached,安装 PHP 7.0.22 的 Memcache 扩展
1、之前写过一篇在 PHP 5.6.27 下的博客:http://www.shuijingwanwq.com/2017/09/11/1892/ ,此次是 PHP 7.0.22 下的…
-
在 Windows 10 64、PHP 7.0.22 下安装 Laravel 5.5 的流程
1、通过 Composer 在命令行运行 create-project 命令来安装 Laravel,运行命令:composer create-project –pref…