Test: /ext/pcre/tests/bug52971.phpt - Version 5.4.17        

Bug #52971 PCRE-Meta-Characters not working with utf-8
Submitted: 2010-10-02 17:58:41 Modified: 2010-10-04 22:11:01
From: marc.bennewitz Assigned: felipe
Status: Closed Package: PCRE related
PHP Version: 5.3.3 OS: Linux

There are 2 different diffs reported by users for this test.

Count Diff
6 (86%)
001+ Warning: preg_match_all(): Compilation failed: this version of PCRE is compiled without UTF support at offset 0 in %s/bug52971.php on line 6
002+ NULL
003+
004+ Warning: preg_match_all(): Compilation failed: this version of PCRE is compiled without UTF support at offset 0 in %s/bug52971.php on line 10
005+ NULL
001- array(1) {
002- [0]=>
003- array(1) {
004- [0]=>
005- array(2) {
006- [0]=>
007- string(6) "Wasser"
008- [1]=>
009- int(61)
010- }
011- }
012- }
013- array(1) {
014- [0]=>
015- array(1) {
016- [0]=>
017- array(2) {
018- [0]=>
019- string(7) " Wasser"
020- [1]=>
021- int(60)
022- }
023- }
024- }
1 (14%)
001+ Warning: preg_match_all(): Compilation failed: this version of PCRE is not compiled with PCRE_UTF8 support at offset 0 in %s/bug52971.php on line 6
002+ NULL
003+
004+ Warning: preg_match_all(): Compilation failed: this version of PCRE is not compiled with PCRE_UTF8 support at offset 0 in %s/bug52971.php on line 10
005+ NULL
001- array(1) {
002- [0]=>
003- array(1) {
004- [0]=>
005- array(2) {
006- [0]=>
007- string(6) "Wasser"
008- [1]=>
009- int(61)
010- }
011- }
012- }
013- array(1) {
014- [0]=>
015- array(1) {
016- [0]=>
017- array(2) {
018- [0]=>
019- string(7) " Wasser"
020- [1]=>
021- int(60)
022- }
023- }
024- }