laravel / sail

Docker files for running a basic Laravel application.
https://laravel.com/docs/sail
MIT License
1.7k stars 478 forks source link

[1.x] Ensure swoole's short functions are disabled #732

Closed timacdonald closed 1 month ago

timacdonald commented 1 month ago

This PR ensures that Swoole's short alias functions are disabled to allow Laravel's defer function to be used in Sail applications.

This is potentially breaking change for those who have not published the sail config to their own application and are using any swoole aliases.