1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
Files
archived-php-src/ext/standard
Wez Furlong 843807c647 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 enabled
2004-12-25 02:02:56 +00:00
..
2004-01-08 08:18:22 +00:00
2004-08-07 15:59:59 +00:00
2004-01-08 08:18:22 +00:00
2000-11-20 10:33:33 +00:00
2004-07-18 14:04:36 +00:00
2004-02-12 19:05:41 +00:00
2004-01-08 08:18:22 +00:00
2004-09-29 04:57:19 +00:00
2004-06-16 23:57:25 +00:00
2004-09-27 14:51:17 +00:00
2004-07-12 18:49:47 +00:00
2004-12-12 23:21:53 +00:00
2004-09-26 21:55:22 +00:00
2004-07-20 19:41:37 +00:00
2004-06-16 23:57:25 +00:00
2004-09-25 14:09:45 +00:00
2004-10-30 19:14:05 +00:00
2004-05-02 13:23:30 +00:00
2004-09-25 14:19:38 +00:00
2004-01-08 08:18:22 +00:00
2004-10-27 23:12:05 +00:00
2004-11-01 12:09:46 +00:00
2004-02-12 19:05:41 +00:00
2004-09-21 18:09:29 +00:00
2004-11-10 19:47:15 +00:00
2004-01-08 08:18:22 +00:00
2004-11-21 13:35:32 +00:00
2004-07-29 02:59:44 +00:00
2004-10-28 22:22:22 +00:00