L5-Swagger icon indicating copy to clipboard operation
L5-Swagger copied to clipboard

Segmentation fault when xdebug active

Open ggadt opened this issue 1 year ago • 0 comments

  • L5-Swagger Version: 8.6.2 (composer show | grep l5-swagger)
  • PHP Version (php -v): 8.1.1
  • OS: docker container php-cli

Description:

As the title, when xdebug is active (xdebug.mode = debug), and i run the command php artisan l5:generate, the command return segmentation fault.

Steps To Reproduce:

Run php artisan l5:generate with xdebug active

ggadt avatar Sep 10 '24 09:09 ggadt