Browse Source

Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  fix dir separator in cve-2013-6420 test
str_size_and_int64
Anatol Belski 13 years ago
parent
commit
ff89066b3d
  1. 2
      ext/openssl/tests/cve-2013-6420.phpt

2
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
Loading…
Cancel
Save