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
As Laravel is an open source project, we rely on the community to help us diagnose and fix issues as it is not possible to research and fix every issue reported to us via GitHub.
If possible, please make a pull request fixing the issue you have described, along with corresponding tests. All pull requests are promptly reviewed by the Laravel team.
So it looks like JIT is being disabled because of some extension you have . That would explain bad performance. You should figure out which extension is causing this, my guess is it's some Application Performance Monitoring extension (APM) extension.
Sail Version
8.4
Laravel Version
12
PHP Version
8.4.2
Operating System
Linux
OS Version
Ubuntu 24.04 AWS
Description
Laravel sail with php 8.4 running buggy and slow, some results dont bring on server ,but in development computer witn php 8.3.4.7 runs fine.
PHP Warning: JIT is incompatible with third party extensions that override zend_execute_ex(). JIT disabled. in Unknown on line 0
laravel.test-1 | 2025-04-16 13:17:28,307 INFO spawned: 'php' with pid 15
Steps To Reproduce
curl -s https://laravel.build/name_of_project | bash, and ./vendor/bin/sail up
The text was updated successfully, but these errors were encountered: