-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Description
Thank you for this package.
I understand that this issue might be outside the current scope of the package. However, it seems to cause problems with PHPUnit tests when using PHP 8.4. I thought you might want to be aware of this, in case you are planning to add support. Additional details are provided below:
zend_mm_heap corrupted
Symfony\Component\Process\Exception\ProcessSignaledException
The process has been signaled with signal "6".
at vendor/symfony/process/Process.php:462
458▕ usleep(1000);
459▕ }
460▕
461▕ if ($this->processInformation['signaled'] && $this->processInformation['termsig'] !== $this->latestSignal) {
➜ 462▕ throw new ProcessSignaledException($this);
463▕ }
464▕
465▕ return $this->exitcode;
466▕ }
+15 vendor frames
16 artisan:13
Illuminate\Foundation\Application::handleCommand()
jason-nabooki, lrnz-nabooki, matejvelikonja, jhm-ciberman and jamessa
Metadata
Metadata
Assignees
Labels
No labels