Closed ReckeDJ closed 2 months ago
Same problem here with php 8.3.10 on m1
This error is caused by a bug in curl 8.9.1. If you downgrade curl (or upgrade to the latest unreleased master) the issue is fixed.
One can update to the latest cURL on a Mac with:
brew install --head curl
Followed by:
brew link --force curl
cURL should then report as 8.10.0-DEV:
curl --version
curl 8.10.0-DEV (aarch64-apple-darwin23.6.0) libcurl/8.10.0-DEV OpenSSL/3.3.1 (SecureTransport) zlib/1.2.12 brotli/1.1.0 zstd/1.5.6 libidn2/2.3.7 libssh2/1.11.0 nghttp2/1.61.0 librtmp/2.3
Release-Date: [unreleased]
Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz MultiSSL NTLM SPNEGO SSL threadsafe TLS-SRP UnixSockets zstd```
System architecture
Mac, ARM64 (M1, M2, etc)
PHP Version
8.3.9
Bug description
Since today, Expose quits unexpectedly without any errors or warnings, seconds after running. See the video:
https://github.com/user-attachments/assets/32042208-68ba-46f2-a3fb-43acb9a82f89
Steps to reproduce
Run:
expose
Relevant log output