Edmond

Results 7 issues of Edmond

**PHP Version:** 8.1 **OS:** Windows 11 **Run command:** ```shell noverify.exe check --ignore-vendor --allow-disable="./*" --exclude-checks="discardExpr" --index-only-files="./tests/KC,./vendor,./api3.php" --output="reports.txt" ./KC ``` **The minimal code in which the bug appears:** ```php class Students extends...

bug

### Symfony version(s) affected 6.0 ### Description ``` try { $exitCode = $this->doRun($input, $output); } catch (\Exception $e) { if (!$this->catchExceptions) { throw $e; } ``` Current code: https://github.com/symfony/console/blob/c9646197ef43b0e2ff44af61e7f0571526fd4170/Application.php#L172 Command...

Bug
Console
Status: Needs Review

1. What did you do? If possible, provide a simple script for reproducing the error. ``` protected function do_select(?int $sec, int $usec) { if ($this->sock === null || !is_resource($this->sock)) {...

At the moment, OpenSwoole lacks a proper mechanism for terminating workers in the case of a SIGTERM signal. Additionally: It is not possible to register SIGTERM using Process::signal because an...

It seems that socket passing algorithm is not possible for the Windows platform, as Windows does not support constants like SCM_RIGHTS. If I understand correctly, is there another approach that...

ENV: **RESOLVED** Reason: attribute: \PDO::ATTR_PERSISTENT = TRUE!!! Please update docs! Thanks **Swoole version**: 22.1.0 and 22.1.2 Maybe it's significant: `Runtime::enableCoroutine(true, Runtime::HOOK_TCP);` ``` FROM php:8.3-cli-alpine as builder RUN apk add --no-cache...

I don't know if this situation is correct or not, but the server will wait for the socket during termination, even if no packets are being sent through this socket....