You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reminds me of #12215 which is fixed some time ago, but not in 8.0.x.
I don't own POWER9 hardware, and before I try to get into emulation: can you please try the latest 8.1 or higher on your hardware to see if it is the same issues (that is already fixed)?
@nielsdos Thank you very much. It is indeed the same issue. Something went wrong on package updates and we indeed loaded some extensions twice. Fixing that fixed the issue. So, it has nothing to do with the architecture after all.
And I've seen that ticket some time ago, but didn't found it when searching for solutions. Thanks man, and thank you for all the work you do on PHP.
Description
The following code that worked some time ago, stopped working. We tried PHP 8.0.27 and 8.0.30:
Resulted in this output:
But I expected this output instead:
Source : php-8.0.27-1.el9_1.src.rpm
From repo : rhel-9-for-ppc64le-appstream-rpms
Linux 5.14.0-284.18.1.el9_2.ppc64le #1 SMP Wed May 31 10:42:31 EDT 2023 ppc64le ppc64le ppc64le GNU/Linux
Such code works as expected on PHP 8.0.30 (and more recent versions) x86.
PHP Version
8.0.30
Operating System
RHEL/Alma 9
The text was updated successfully, but these errors were encountered: