Merge pull request #21368 from sjanusz-r7/change-php-payload-size

Change PHP payload die func message
This commit is contained in:
Simon Janusz
2026-04-24 13:47:19 +01:00
committed by GitHub
+1 -1
View File
@@ -68,7 +68,7 @@ if (!$s && ($f = 'socket_create') && is_callable($f)) {
$s_type = 'socket';
}
if (!$s_type) {
die('no socket funcs');
die('no socket func');
}
if (!$s) { die('no socket'); }
^