mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-24 00:55:35 +08:00
update to 2.8.5, fix getClassesPsr4 .plain find error bug
This commit is contained in:
@@ -30,7 +30,7 @@ class ConsoleApplication extends Application
|
|||||||
{
|
{
|
||||||
public const VERSION_ID = 478;
|
public const VERSION_ID = 478;
|
||||||
|
|
||||||
public const VERSION = '2.8.4';
|
public const VERSION = '2.8.5';
|
||||||
|
|
||||||
private static $obj;
|
private static $obj;
|
||||||
|
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ class ZMUtil
|
|||||||
/*if (substr(file_get_contents($dir . '/' . $v), 6, 6) == '#plain') {
|
/*if (substr(file_get_contents($dir . '/' . $v), 6, 6) == '#plain') {
|
||||||
continue;
|
continue;
|
||||||
}*/
|
}*/
|
||||||
if (file_exists($dir . '/' . $pathinfo['basename'] . '.plain')) {
|
if (file_exists($dir . '/' . $v . '.plain')) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (mb_substr($pathinfo['basename'], 0, 7) == 'global_' || mb_substr($pathinfo['basename'], 0, 7) == 'script_') {
|
if (mb_substr($pathinfo['basename'], 0, 7) == 'global_' || mb_substr($pathinfo['basename'], 0, 7) == 'script_') {
|
||||||
|
|||||||
Reference in New Issue
Block a user