Browse Source
When a socket is non-blocking, don't block ssl enabled sockets.
When a socket is non-blocking, don't block ssl enabled sockets.
Allow for non-blocking negotiation when calling stream_socket_enable_crypto(). That function will return the foolowing values: false - negotiation failed 0 - try again when more data is available (only for non-blocking sockets) true - ssl was enabledPHP-5.1
2 changed files with 28 additions and 7 deletions
Write
Preview
Loading…
Cancel
Save
Reference in new issue