summaryrefslogtreecommitdiff
path: root/ext/openssl
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2013-12-11 13:33:16 +0100
committerAnatol Belski <ab@php.net>2013-12-11 13:33:16 +0100
commitb6bcae5c1000fa4785d71502cbc30fb7a83db13d (patch)
treeb17a93f71ef40281c0212788af9ccc7b122a52e3 /ext/openssl
parentbec62af14145c4c636716fc54465fc2f8c5d00b4 (diff)
parentff89066b3d52c2e124b8e893ccca3147f40e2061 (diff)
downloadphp-git-b6bcae5c1000fa4785d71502cbc30fb7a83db13d.tar.gz
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: fix dir separator in cve-2013-6420 test
Diffstat (limited to 'ext/openssl')
-rw-r--r--ext/openssl/tests/cve-2013-6420.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/tests/cve-2013-6420.phpt b/ext/openssl/tests/cve-2013-6420.phpt
index b946cf0dd9..87c0210b2e 100644
--- a/ext/openssl/tests/cve-2013-6420.phpt
+++ b/ext/openssl/tests/cve-2013-6420.phpt
@@ -12,7 +12,7 @@ var_dump($info['issuer']['emailAddress'], $info["validFrom_time_t"]);
?>
Done
--EXPECTF--
-%s openssl_x509_parse(): illegal ASN1 data type for timestamp in %s/cve-2013-6420.php on line 3
+%s openssl_x509_parse(): illegal ASN1 data type for timestamp in %s%ecve-2013-6420.php on line 3
string(27) "stefan.esser@sektioneins.de"
int(-1)
Done