mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-24 09:05:34 +08:00
update to 2.5.0-b3 (build 411)
This commit is contained in:
@@ -46,9 +46,7 @@
|
|||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"ZM\\": "src/ZM",
|
"ZM\\": "src/ZM"
|
||||||
"Module\\": "src/Module",
|
|
||||||
"Custom\\": "src/Custom"
|
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"src/ZM/global_functions.php"
|
"src/ZM/global_functions.php"
|
||||||
|
|||||||
@@ -72,12 +72,12 @@ $config['sql_config'] = [
|
|||||||
|
|
||||||
/** MySQL数据库连接信息,host留空则启动时不创建sql连接池 */
|
/** MySQL数据库连接信息,host留空则启动时不创建sql连接池 */
|
||||||
$config['mysql_config'] = [
|
$config['mysql_config'] = [
|
||||||
'host' => '127.0.0.1',
|
'host' => '',
|
||||||
'port' => 33306,
|
'port' => 33306,
|
||||||
'unix_socket' => null,
|
'unix_socket' => null,
|
||||||
'username' => 'root',
|
'username' => 'root',
|
||||||
'password' => '123456',
|
'password' => '123456',
|
||||||
'dbname' => 'adb',
|
'dbname' => '',
|
||||||
'charset' => 'utf8mb4',
|
'charset' => 'utf8mb4',
|
||||||
'pool_size' => 64,
|
'pool_size' => 64,
|
||||||
'options' => [
|
'options' => [
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ class ConsoleApplication extends Application
|
|||||||
{
|
{
|
||||||
private static $obj = null;
|
private static $obj = null;
|
||||||
|
|
||||||
const VERSION_ID = 410;
|
const VERSION_ID = 411;
|
||||||
const VERSION = "2.5.0-b3";
|
const VERSION = "2.5.0-b3";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user