the_bug 5 mesi fa
parent
commit
a0ef46cfb8
2 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4 1
      bin/hyperf.php
  2. 0 0
      runtime/container/scan.cache

+ 4 - 1
bin/hyperf.php

@@ -11,7 +11,10 @@
 ini_set('display_errors', 'on');
 ini_set('display_startup_errors', 'on');
 ini_set('memory_limit', '1G');
-
+// ..................ID
+define('SERVER_RUN_ID', uniqid());
+define('EVENT_TALK','onTalk');
+define('EVENT_TALK_KEYBOARD', 'onKeyboard');
 error_reporting(E_ALL);
 
 ! defined('BASE_PATH') && define('BASE_PATH', dirname(__DIR__, 1));

File diff suppressed because it is too large
+ 0 - 0
runtime/container/scan.cache


Some files were not shown because too many files changed in this diff