You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys,
I'm trying to connect to a SFTP server via the Laravel storage facade. The storage facade uses Flysystem, which itself uses the phpseclib package. I use the following versions:
Platform
macOS
Operating system version
macOS Sonoma 14.6.1 (23G93)
System architecture
Intel (x86)
Herd Version
1.11.2 (Build: 35)
PHP Version
No response
Bug description
Hello guys,
I'm trying to connect to a SFTP server via the Laravel storage facade. The storage facade uses Flysystem, which itself uses the phpseclib package. I use the following versions:
laravel/framework 11.27.2
league/flysystem-sftp-v3 3.29.0
phpseclib/phpseclib 3.0.42
When I am trying to connect to the server I get a segmentation fault.
I have tested PHP 8.2.25, PHP 8.3.13 and 8.4.0RC3. On the CLI a get the segmentation fault and with FPM I get a 502 Bad Gateway.
I also tested PHP 8.3.12 (cli) from Brew. With the Brew built everything works as expected.
Steps to reproduce
Relevant log output
> php artisan sftp zsh: segmentation fault
The text was updated successfully, but these errors were encountered: