Skip to content

Commit ff89066

Browse files
committed
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3: fix dir separator in cve-2013-6420 test
2 parents 8f1fee6 + 6f73931 commit ff89066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/tests/cve-2013-6420.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var_dump($info['issuer']['emailAddress'], $info["validFrom_time_t"]);
1212
?>
1313
Done
1414
--EXPECTF--
15-
%s openssl_x509_parse(): illegal ASN1 data type for timestamp in %s/cve-2013-6420.php on line 3
15+
%s openssl_x509_parse(): illegal ASN1 data type for timestamp in %s%ecve-2013-6420.php on line 3
1616
string(27) "stefan.esser@sektioneins.de"
1717
int(-1)
1818
Done

0 commit comments

Comments
 (0)