Re: [eCS-ISP] RoundCube webmail 1.4 or 1.5 php issue
Datum:
Fri, 26 Jan 2024 11:02:56 -0800
Till:
"eCS ISP Mailing List" <ecs-isp@2rosenthals.com>
In <list-9040594@2rosenthals.com>, on 01/26/24
at 03:47 PM, "Massimo S." <ecs-isp@2rosenthals.com> said:
Hi Massimo,
>is this a PHP5 module?
Yes, it is.
>i'm running 7.4.32 (i guess the latest build, 2th october 2022)
This is why, as I have said many times, you need to remember to include
php version info with every new php related issue you report. If you had,
you would have saved some of Paul's valuable time and might have already
gotten a php7 mbstring to test.
The good news is that this mbstring.dll defines
00962 _zif_mb_regex_encoding
The bad news is that the php5 mbstring Paul built in 2020 already defined
00973 _zif_mb_regex_encoding
So, rebuilding a PHP5 mbstring was not even needed.