Rokas Mikalkėnas

Results 8 comments of Rokas Mikalkėnas

Hi! What's the final output of this MR? I'm facing similar issue with `\phpseclib3\Net\SFTP::rawlist` method, where I have an sftp with a directory containing tens of thousand of files and...

Related to https://github.com/DataDog/dd-trace-php/issues/1156

Same problem for behat. Anyone solved it?

A bit different, but related with the same sniff false positive: ```php function () { do { try { } catch (\Throwable $e) { } } while (true); throw $e;...

@SerheyDolgushev same error. Reproducer: ``` # Dockerfile FROM php:8.3.3-cli-bullseye RUN curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/denzyldick/phanalist/main/bin/init.sh | sh RUN ~/phanalist -V ``` Output: ``` /root/phanalist: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found...

> @rmikalkenas can you please try to compile it locally, using the following instructions: > > 1. Clone the latest phanalist: > > ```shell > cd ~/Projects > git clone...