the following command returns true on a PHP5.3.8 Lamp(Ubuntu 11.04)-Server, but false on a PHP5.3.2 Lamp(Ubuntu 10.04.2 LTS)-Server.
<?php echo preg_match('/\w/u', 'ß'); ?>
I nearly changed all settings in the php.ini-file, but without success. I changed the system locale to en_US.UTF-8 and made it the default locale for PHP. Additionally I tried the de_DE.UTF-8-locale.
In both cases I am using the default-packages provided by ubuntu.
Does anybody has another idea, what to change, without compiling any packages, so that PHP5.3.2 will also return true?