Server upgrade 26.04 shows php files during upgrade

I recently ran the upgrade of our 25.10 server to 26.04 on a cloned VPS to make sure all is well.

We had Apache and php installed in a standard way, v 2.4.64 and php 8.4

During upgrade to 26.04 our server displayed the content of all php files for a few minutes.
The upgrade somehow had Apache running while the php installation was removed and the new one not installed yet.
Stopping apache before upgrade did not solve this.

No need to say this was a huge shock.

We solved this with an Apache IfModule for php configuration, which is sensible anyway.
But remember, this was a standard installed Apache and php !

Are there any bugs reported? Sounds like one to me

1 Like

Could be a bug, but I’d verify if others can reproduce it first. Check the known issues/bug tracker and, if it’s repeatable, report it with clear steps and details so it can be investigated.