Results 3 issues of chenpinzhong

PDOConnection.php文件 大概750行 public function getPDOStatement( ...... $sql=$sql.'/* XX程序--xx参数*/' ;//可以增加这个吗 或者有什么更好的方法 这样可以快速定位到具体 应用上的问题 // 预处理 $this->PDOStatement = $this->linkID->prepare($sql); )

Error: Call to undefined function process\posix_getppid() in D:\UI\d2wd-server\process\Monitor.php:182 process\Monitor的这个文件 在windows下 无法调用posix_getppid 177行 /** * @param $memory_limit * @return void */ public function checkMemory($memory_limit) { if (static::isPaused()) { return; } $ppid...

vendor\workerman\webman-framework\src\App.php:486 loadController 这个函数 **if (\is_dir($file) || false === \strpos(strtolower($file), '/controller/') || $spl_file->getExtension() !== 'php') { continue; }** 改为 if (\is_dir($file) || false === \strpos(strtolower($file), DIRECTORY_SEPARATOR.'controller'.DIRECTORY_SEPARATOR) || $spl_file->getExtension() !== 'php') {...