rasmus                                   Sun, 05 Feb 2012 09:32:20 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=323070

Log:
According to the reports on qa this test is failing the same way for everyone.
See: 
http://qa.php.net/reports/viewreports.php?version=5.3.10&test=%2Fext%2Fopenssl%2Ftests%2Fbug28382.phpt
I'm not sure if this is due to a change in the openssl library or in the 
extension, so perhaps the test
itself needs to change, but for now synch it with the new output and watch for 
failures.

Bug: https://bugs.php.net/28382 (Closed) the openssl_x509_parse function does 
not extract the certificate extensions
      
Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/openssl/tests/bug28382.phpt
    U   php/php-src/branches/PHP_5_4/ext/openssl/tests/bug28382.phpt
    U   php/php-src/trunk/ext/openssl/tests/bug28382.phpt

Modified: php/php-src/branches/PHP_5_3/ext/openssl/tests/bug28382.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/openssl/tests/bug28382.phpt        
2012-02-05 07:47:43 UTC (rev 323069)
+++ php/php-src/branches/PHP_5_3/ext/openssl/tests/bug28382.phpt        
2012-02-05 09:32:20 UTC (rev 323070)
@@ -20,7 +20,9 @@
   ["nsCertType"]=>
   string(30) "SSL Client, SSL Server, S/MIME"
   ["crlDistributionPoints"]=>
-  string(51) "URI:http://mobile.blue-software.ro:90/ca/crl.shtml
+  string(65) "
+Full Name:
+  URI:http://mobile.blue-software.ro:90/ca/crl.shtml
 "
   ["nsCaPolicyUrl"]=>
   string(38) "http://mobile.blue-software.ro:90/pub/";

Modified: php/php-src/branches/PHP_5_4/ext/openssl/tests/bug28382.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/openssl/tests/bug28382.phpt        
2012-02-05 07:47:43 UTC (rev 323069)
+++ php/php-src/branches/PHP_5_4/ext/openssl/tests/bug28382.phpt        
2012-02-05 09:32:20 UTC (rev 323070)
@@ -20,7 +20,9 @@
   ["nsCertType"]=>
   string(30) "SSL Client, SSL Server, S/MIME"
   ["crlDistributionPoints"]=>
-  string(51) "URI:http://mobile.blue-software.ro:90/ca/crl.shtml
+  string(65) "
+Full Name:
+  URI:http://mobile.blue-software.ro:90/ca/crl.shtml
 "
   ["nsCaPolicyUrl"]=>
   string(38) "http://mobile.blue-software.ro:90/pub/";

Modified: php/php-src/trunk/ext/openssl/tests/bug28382.phpt
===================================================================
--- php/php-src/trunk/ext/openssl/tests/bug28382.phpt   2012-02-05 07:47:43 UTC 
(rev 323069)
+++ php/php-src/trunk/ext/openssl/tests/bug28382.phpt   2012-02-05 09:32:20 UTC 
(rev 323070)
@@ -20,7 +20,9 @@
   ["nsCertType"]=>
   string(30) "SSL Client, SSL Server, S/MIME"
   ["crlDistributionPoints"]=>
-  string(51) "URI:http://mobile.blue-software.ro:90/ca/crl.shtml
+  string(65) "
+Full Name:
+  URI:http://mobile.blue-software.ro:90/ca/crl.shtml
 "
   ["nsCaPolicyUrl"]=>
   string(38) "http://mobile.blue-software.ro:90/pub/";

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to