Bug #61405 [Com]: ext\openssl\tests\022.phpt fails

2012-04-02 Thread mattfic...@php.net
Edit report at https://bugs.php.net/bug.php?id=61405&edit=1

 ID: 61405
 Comment by: mattfic...@php.net
 Reported by:a...@php.net
 Summary:ext\openssl\tests\022.phpt fails
 Status: Closed
 Type:   Bug
 Package:OpenSSL related
 Operating System:   windows
 PHP Version:Irrelevant
 Assigned To:ab
 Block user comment: N
 Private report: N

 New Comment:

This patch passes on PHP5.3.11rc1 on Windows 7 sp1x64.

It does not break for me on Linux x64 (Gentoo and Fedora 16) with PHP5.3.11rc1.


Previous Comments:

[2012-03-29 04:23:47] a...@php.net

Automatic comment on behalf of ab
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=b638d3020c79e15c7187f25175a956fb9e3fe213
Log: Fix bug #61405 ext\openssl\tests\022.phpt fails


[2012-03-27 16:36:22] a...@php.net

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.




[2012-03-27 16:26:36] a...@php.net

Automatic comment on behalf of ab
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=b638d3020c79e15c7187f25175a956fb9e3fe213
Log: Fix bug #61405 ext\openssl\tests\022.phpt fails


[2012-03-27 16:11:08] a...@php.net

Automatic comment on behalf of ab
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=b638d3020c79e15c7187f25175a956fb9e3fe213
Log: Fix bug #61405 ext\openssl\tests\022.phpt fails


[2012-03-27 14:40:56] a...@php.net

Automatic comment on behalf of ab
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=b638d3020c79e15c7187f25175a956fb9e3fe213
Log: Fix bug #61405 ext\openssl\tests\022.phpt fails




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

https://bugs.php.net/bug.php?id=61405


-- 
Edit this bug report at https://bugs.php.net/bug.php?id=61405&edit=1


Bug #61405 [Com]: ext\openssl\tests\022.phpt fails

2012-03-15 Thread a...@php.net
Edit report at https://bugs.php.net/bug.php?id=61405&edit=1

 ID: 61405
 Comment by: a...@php.net
 Reported by:a...@php.net
 Summary:ext\openssl\tests\022.phpt fails
 Status: Open
 Type:   Bug
 Package:OpenSSL related
 Operating System:   windows
 PHP Version:Irrelevant
 Block user comment: N
 Private report: N

 New Comment:

The patches set the appropriate config option, which overrides the wrong global 
valie.


Previous Comments:

[2012-03-15 19:43:22] a...@php.net

The following patch has been added/updated:

Patch Name: php54_022.diff
Revision:   1331840602
URL:
https://bugs.php.net/patch-display.php?bug=61405&patch=php54_022.diff&revision=1331840602


[2012-03-15 19:43:07] a...@php.net

The following patch has been added/updated:

Patch Name: php53_022.diff
Revision:   1331840587
URL:
https://bugs.php.net/patch-display.php?bug=61405&patch=php53_022.diff&revision=1331840587


[2012-03-15 18:41:43] a...@php.net

Description:

This test is based on the openssl_csr_new and openssl_pkey_new functionality 
and 
fails because of it. See https://bugs.php.net/bug.php?id=61401 for additional 
information on windows.

Test script:
---
php -r "$pk = openssl_pkey_new(); var_dump($pk); 
var_dump(openssl_csr_new(array('countryName' => 'BR'),$pk));"

Expected result:

resource(4) of type (OpenSSL key)
resource(5) of type (OpenSSL X.509 CSR)

Actual result:
--
bool(false)
bool(false)






-- 
Edit this bug report at https://bugs.php.net/bug.php?id=61405&edit=1