Hello,
yesterday I updated the php version of my server from 5.2. to 5.6. and noticed that
this caused a character set problem and other issues:
All messages already stored did not display the correct special characters for
"Umlaute" like ä, ü, ö and also ß. Instead these where printed like hieroglyphes.
Also dozens of follow up emails were invisible in listmail panel while still stored in
the database.
I figure that has to do with register_globals which are not anymore available in php 5.6.
The character set problem ... no idea. I always used ISO 8859-1 without any issues.
The listmail script is running with ISO 8859-1 and the emails also
(db collation is latin1_swedish_ci).
Does anyone know why this character set problem comes up with php 5.6?
I have now switched back to php 5.2 and enabled register globals and all is
fine again.
Anyway, that's not a good long term solution, not to be able to update php.
Any work around for this?
Is there a new listmail version adapted for php 5.6 available?
Thanks and best regards
Wolfgang Roesner