Comment 10 for bug 2054621

Revision history for this message
Athos Ribeiro (athos-ribeiro) wrote : Re: PHP crashes on Laravel 9+ with certain extensions

> That extension is not built by default and isn't packaged separately in main. Do you have a good source to use to install that extension for someone trying to run the tests?

Ah, we do not ship the extension, you are right!

My concern here is that we want to test the installed package and not a local build (it may sound odd on a first thought, but sometime it is really hard to predict what else could break when providing updates to stable releases - "better safe than sorry"?).

We can leave the test plan as is for now.

I will see if I can provide a PPA from where we can install just that extension on top of a default jammy PHP installation. Then we can update the test plan. Another option would be a local build of the extension only so we could run the test script. Do you have any better ideas?

Thanks again for pushing this through :)