貌似是最新的版本里面 app/process/Monitor.php 增加的 getMasterPid 函數(shù),在 macOS 下始終返回 0 導(dǎo)致的。 $cmdline = "/proc/$this->ppid/cmdline"; if (!is_readable($cmdline) || !($content = file_get_contents($cmdline)) ||...
限流器 webman限流器,支持注解限流。 支持apcu、redis、memory驅(qū)動。 源碼地址 https://github.com/webman-php/rate-limiter 安裝 composer require webman/rate-limiter 使用 <?php namespace app\controller; use RuntimeException; use Webman\RateL...