You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[24-Nov-2020 15:42:35] NOTICE: Failed implicitly binding to ::, retrying with 0.0.0.0
[24-Nov-2020 15:42:35] NOTICE: fpm is running, pid 30
[24-Nov-2020 15:42:35] NOTICE: ready to handle connections
[24-Nov-2020 15:42:40] WARNING: [pool www] child 31 exited on signal 11 (SIGSEGV) after 4.569154 seconds from start
[24-Nov-2020 15:42:40] NOTICE: [pool www] child 33 started
`<?php
/** 控制器文件
*
*/
class TestController extends \Yaf\Controller_Abstract
{
/**
* CREATE TABLE `item` (
id int(11) NOT NULL AUTO_INCREMENT,
PRIMARY KEY (id) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=72992 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='***';
* @return false
*/
public function indexAction(){
已升级到最新版本3.2.5,单独用一个文件执行控制内代码不会出问题
[24-Nov-2020 15:42:35] NOTICE: Failed implicitly binding to ::, retrying with 0.0.0.0
[24-Nov-2020 15:42:35] NOTICE: fpm is running, pid 30
[24-Nov-2020 15:42:35] NOTICE: ready to handle connections
[24-Nov-2020 15:42:40] WARNING: [pool www] child 31 exited on signal 11 (SIGSEGV) after 4.569154 seconds from start
[24-Nov-2020 15:42:40] NOTICE: [pool www] child 33 started
`<?php
/** 控制器文件
*
*/
class TestController extends \Yaf\Controller_Abstract
{
id
int(11) NOT NULL AUTO_INCREMENT,PRIMARY KEY (
id
) USING BTREE) ENGINE=InnoDB AUTO_INCREMENT=72992 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='***';
* @return false
*/
public function indexAction(){
}
The text was updated successfully, but these errors were encountered: