Sandy Pleyte f92f2f45a9 Fix for #2613, when using php < 5.4 there was an unnecessary backslash before each utf-8 char. The problem was that the regexp matched all utf-8 encoded chars (included the ones that where escaped). The new regexp uses the lookbehind feature to check if the backslash isn't prefixed with an other backslash. %!s(int64=12) %!d(string=hai) anos
..
Composer f92f2f45a9 Fix for #2613, when using php < 5.4 there was an unnecessary backslash before each utf-8 char. The problem was that the regexp matched all utf-8 encoded chars (included the ones that where escaped). The new regexp uses the lookbehind feature to check if the backslash isn't prefixed with an other backslash. %!s(int64=12) %!d(string=hai) anos
bootstrap.php 38917c2047 Add parallel build to travis script %!s(int64=12) %!d(string=hai) anos
complete.phpunit.xml cb7e86d538 Rename tests/phpunit.xml.dist for clarity %!s(int64=13) %!d(string=hai) anos