Daniil Gentili

Results 119 issues of Daniil Gentili

[Further](https://sourceware.org/gdb/current/onlinedocs/gdb.html/Separate-Debug-Files.html) improvements could be made to also add support for debug links, but the version in this PR already works OOTB on ubuntu w/ debug symbol packages installed.

Fixes https://github.com/amphp/parallel/issues/208

Creating singletons which register watchers inside of workers causes hangs, as the `EventLoop::run()` block never exits even when a shutdown is triggered.

This essentially makes the entire IpcHub interface useless, as custom IPC implementations (i.e. IPC over FIFO, IPC over shared memory, et cetera) cannot override the logic of Ipc\connect() without also...

### Serializable Closure Version 2.0.3 ### PHP Version 8.4.4 ### Description The following fatal error is emitted when serializing closures created from class methods with attributes that can target only...

help wanted

Fixes https://github.com/amphp/http-client/issues/395, the root cause is likely some leaked reference somewhere and this is more of a hotfix, but it does the job.

The following code causes a memory/FD leak: ```php

wait for reply

### Purpose When syncing folders with a huge number of files (millions) and the `scanProgressIntervalS` setting is `>= 0`, the entire file list will be buffered in RAM: this process...

enhancement