Re: app breaks after upgrade of php

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Oops, sorry, that should have read:

ls -l /usr/lib/php/modules/intl.so
-rwxr-xr-x 1 root root 596120 Aug 1 05:25 /usr/lib/php/modules/intl.so

---

     Michael Rasmussen
Be Appropriate && Follow Your Curiosity
And don't forget to narrow your scope.


On 2023-08-05 16:53, Ed Greenberg wrote:

It looks like you have the shared library in a PHP 7 directory but you are upgrading to PHP 8. You need to reinstall all the modules from the same version as your PHP8.

On Sat, Aug 5, 2023, 19:06 Michael Rasmussen <michael@xxxxxxxxxxxxxx> wrote:
short story
had running application for years (MediaWiki)
did an upgrade via OS (arch linux `pacman -Syu`)
app now broken with: 
   You are missing a required extension to PHP that MediaWiki requires to run. Please install: 
intl (more information)
 
I was upgrading to version 8.2.9-1
 
Verified that nothing had changed php.ini:
 
grep intl /etc/php/php.ini
extension=intl.so
[intl]
;intl.default_locale =
; happens within intl functions. The value is the level of the error produced.
intl.error_level = E_WARNING
intl.use_exceptions = 0
 
And the .so file still exists:
ls -l /usr/lib/php7/modules/intl.so
-rwxr-xr-x 1 root root 481424 Dec 12 2022 /usr/lib/php7/modules/intl.so
 
 
What caused this problem?
What do you suggest for resolving this issue?
 
 
 
 
--

     Michael Rasmussen
Be Appropriate && Follow Your Curiosity
And don't forget to narrow your scope.

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux