Test: /ext/pcre/tests/bug70345.phpt - Version 5.5.32        

Security #70345 Multiple vulnerabilities related to PCRE functions
Submitted: 2015-08-24 17:31:52 Modified: 2015-09-01 18:44:43
From: bugs Assigned:
Status: Closed Package: PCRE related
PHP Version: 5.4 OS: Windows/Linux

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

Count Diff
6 (75%)
005-
006- Warning: preg_match(): Get subpatterns list failed in %s on line %d
2 (25%)
003+ [0] => aaaa
004+ [1] => xyzaaaa
003- [0] => aaaaxyzaaaa
005-
006- Warning: preg_match(): Get subpatterns list failed in %s on line %d
007- array(0) {
006+ array(2) {
007+ [0]=>
008+ string(1) "a"
009+ [1]=>
010+ string(1) "a"