We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a62ff commit 3a58a30Copy full SHA for 3a58a30
composer.json
@@ -9,7 +9,7 @@
9
"email": "anshu.krishna5@gmail.com"
10
}
11
],
12
- "version": "11.5.3",
+ "version": "11.5.4",
13
"minimum-stability": "stable",
14
"require": {
15
"php": ">=8.1",
src/Server.php
@@ -60,7 +60,7 @@ public static function init(?string $func_base_path = null) :void {
60
'msg' => $errstr,
61
'trace' => debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS)
62
], StatusType::DEV_ERR);
63
- }, E_ALL | E_STRICT);
+ }, E_ALL);
64
register_shutdown_function(function () {
65
if(!self::$direct_exit) {
66
if(($error = error_get_last()) !== null) {
0 commit comments