We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.38
11.33
8.4
Linux
Ubuntu 22.04.5
Ref: #740
Fresh install:
$ curl -s https://laravel.build/example-app?with=none | bash
Change runtime version in docker-compose with 8.4 context: ./vendor/laravel/sail/runtimes/8.4
context: ./vendor/laravel/sail/runtimes/8.4
$ sail tinker PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /usr/lib/php/20240924/imagick.so (/usr/lib/php/20240924/imagick.so: undefined symbol: php_strtolower), /usr/lib/php/20240924/imagick.so.so (/usr/lib/php/20240924/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Psy Shell v0.12.4 (PHP 8.4.0RC4 — cli) by Justin Hileman >
The text was updated successfully, but these errors were encountered:
Known Issue, See #740 which added the PHP 8.4 Runtime.
Edit: Sorry, I saw your Reference to late.
Sorry, something went wrong.
Confirm the issue exists. Also facing it.
Waiting on those: Imagick/imagick#690 Imagick/imagick#699
No branches or pull requests
Sail Version
1.38
Laravel Version
11.33
PHP Version
8.4
Operating System
Linux
OS Version
Ubuntu 22.04.5
Description
Ref: #740
Steps To Reproduce
Fresh install:
Change runtime version in docker-compose with 8.4
context: ./vendor/laravel/sail/runtimes/8.4
The text was updated successfully, but these errors were encountered: