Does somebody know why php function "metaphone" is around 20x slower running on windows than Linux? I tested with loop benchmark and results are: 0.123 sec for Linux php5 1.892 sec for windows php7
Math operations are almost equal.
Similar problem with strtoupper
and strtolower
both are 3-4 times slower on windows vs linux.