php-monitor
php-monitor copied to clipboard
A free, flexible, powerful tool that helps you monitor PHP Service and profiling PHP code.
``` PHP 5.6.38 (cli) (built: Oct 15 2018 15:54:36) doctrine/inflector v1.1.0 Common String Manipulations with regard to casing and singular/plural rules. illuminate/container v5.4.36 The Illuminate Container package. illuminate/contracts v5.4.36 The...
刚开始是依赖版本的原因,在php5.6环境下会报错,后来更新了相应的依赖包到支持php5.6的版本,但是依然没法存储数据,通过调试发现 profile数据是已经拿到了,但是在save数据的时候没有成功,也没有任何错误抛出。 下面是我的依赖包的版本 "php": "^5.6", "ext-json": "*", "illuminate/database": "~5.3", "illuminate/pagination": "~5.3"
登录报错
[500]: /?r=login/account - Declaration of Illuminate\Container\Container::get($id) must be compatible with Psr\Container\ContainerInterface::get(string $id) in /usr/local/src/php-monitor/vendor/illuminate/container/Container.php on line 15
用户得到授权,但是访问是被禁止的。
 中间为什么是空白的呢
php版本 `PHP 7.3.1 (cli) (built: Feb 1 2019 12:26:46) ( NTS )` tideways版本 `tideways => 4.1.7 Connection (tideways.connection) => unix:///var/run/tideways/tidewaysd.sock UDP Connection (tideways.udp_connection) => 127.0.0.1:8135 Default API Key (tideways.api_key) =>...
1. url搜索条件不能使用部分匹配,添加like条件实现 if(!empty($dto['url'])){ $db->where('url','like',$dto['url']); } 2. 分页跳转时会丢失其他参数,只包含分页条件。 ?r=api/get-list¤t=2&pageSize=20 解决1 前端代码修复,需开放前端源码 解决2 将搜索条件写入session
laravel 版本:6.0 mongo 版本:4.4.1 php: 7.3.9 | 7.4
环境:php5.6 Composer version 1.10-dev 说明: 安装php-monitor时,composer.json修改php5.6的依赖版本,如下 "require": { "php": "^5.6 || ^7.0", "ext-json": "*", **"illuminate/database": "~5.2.0", "jenssegers/mongodb": "~2.3.0", "illuminate/pagination": "~5.2.0",** "kylekatarnls/laravel-carbon-2": "^1.0.0", "nesbot/carbon": "2.16.3 as 1.34.0" }, "suggest": { "ext-xhprof":...