Page 1 of 1
does S9Y works with PHP 4.3.4
Posted: Fri Jan 11, 2008 10:37 am
by Matthias
I want to update my Serendipity 1.1.2 installation zu 1.2.1. Does this version also works with PHP 4.3.4?
From which PHP version on is it possible to search ä/ü/ö with blogsearch?
Thanks!
Re: does S9Y works with PHP 4.3.4
Posted: Fri Jan 11, 2008 11:48 am
by garvinhicking
Hi!
It should work with PHP 4.3.4. However, that PHP version is really ancient, you should REALLY consider to upgrade. In this version, there are several security related bugs.
From which PHP version on is it possible to search ä/ü/ö with blogsearch?
The umlaut-search has nothing to do with the PHP version, only with the MySQL version. There it should work on every version after 4.0, given that your database has the right collation type and matches the charset you defined for serendipity. It can mismatch, if you installed s9y with "native" charset but later switched to "UTf-8".
Regards,
Garvin
Posted: Fri Jan 11, 2008 7:13 pm
by Matthias
OK, thank you!