Skip to content

Commit 2476fb7

Browse files
committed
Fixed bug #76833, backport change to stream_socket_enable_crypto-win32.phpt from 7.3
It would probably be better to remove this test as it's too much maintanance for a little gain.
1 parent edec566 commit 2476fb7

File tree

2 files changed

+1
-75
lines changed

2 files changed

+1
-75
lines changed

ext/standard/tests/streams/stream_socket_enable_crypto-win32.phpt

Lines changed: 0 additions & 71 deletions
This file was deleted.

ext/standard/tests/streams/stream_socket_enable_crypto.phpt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ marcosptf - <marcosptf@yahoo.com.br> - #phparty7 - @phpsp - novatec/2015 - sao p
77
if (!extension_loaded('openssl')) {
88
die('skip ext/openssl required');
99
}
10-
if(substr(PHP_OS, 0, 3) == 'WIN' ) {
11-
die('skip not for windows');
12-
}
1310
?>
1411
--FILE--
1512
<?php
@@ -44,7 +41,7 @@ bool(false)
4441
Warning: stream_socket_enable_crypto(): When enabling encryption you must specify the crypto type in %s on line %d
4542
bool(false)
4643

47-
Warning: stream_socket_enable_crypto(): SSL: Broken pipe in %s on line %d
44+
Warning: stream_socket_enable_crypto(): SSL: %a in %s on line %d
4845
bool(false)
4946

5047
Warning: stream_socket_enable_crypto(): SSL/TLS already set-up for this stream in %s on line %d

0 commit comments

Comments
 (0)