diff options
author | Anatol Belski <ab@php.net> | 2013-12-11 13:33:16 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2013-12-11 13:33:16 +0100 |
commit | b6bcae5c1000fa4785d71502cbc30fb7a83db13d (patch) | |
tree | b17a93f71ef40281c0212788af9ccc7b122a52e3 /ext/openssl | |
parent | bec62af14145c4c636716fc54465fc2f8c5d00b4 (diff) | |
parent | ff89066b3d52c2e124b8e893ccca3147f40e2061 (diff) | |
download | php-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.phpt | 2 |
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 |