> System\Console\ComposerScript::postAutoloadDump
Fatal error: Allowed memory size of 4294967296 bytes exhausted (tried to allocate 262144 bytes) in /Users/christophevidal/Sites/oc-mall/vendor/october/rain/init/functions.php on line 445
106 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
> System\Console\ComposerScript::postUpdateCmd
Fatal error: Allowed memory size of 4294967296 bytes exhausted (tried to allocate 262144 bytes) in /Users/christophevidal/Sites/oc-mall/vendor/october/rain/init/functions.php on line 445
Fatal error: Allowed memory size of 4294967296 bytes exhausted (tried to allocate 262144 bytes) in /Users/christophevidal/Sites/oc-mall/vendor/october/rain/init/functions.php on line 445
No security vulnerability advisories found.
Laravel implemented a polyfill for php8.5 then changed its internal references to use the function. October already defines this function (array_first,array_last). October’s function referenced the Laravel function which referenced back to the October function (instead of the polyfill).
Increase of the RAM did not solved it. But I managed to install mailgun-mailer and http-client separatly.
Daft Thanks for the fix, Chris - thanks for reporting, I was about to do that too !!!