]> granicus.if.org Git - php/commit
Fix stream_select() issue with OpenSSL buffer
authorChris Wright <github@daverandom.com>
Sat, 23 Aug 2014 00:40:19 +0000 (01:40 +0100)
committerDaniel Lowrey <rdlowrey@php.net>
Fri, 6 Mar 2015 00:18:14 +0000 (17:18 -0700)
commite7df9d710cfb6bbb059ab673bb5851515b2a3aa9
tree7894db9712608ac3a76e6600e3dd3d920b3f5f39
parentca24d19a895e7b8047db7f43acb041ad288a578f
Fix stream_select() issue with OpenSSL buffer

Ensure data from OpenSSL internal buffer has been
transfered to PHP stream buffer before a select()
emulation operation is performed

Addresses bug #65137
https://bugs.php.net/bug.php?id=65137

Conflicts:
ext/openssl/xp_ssl.c
NEWS
ext/openssl/xp_ssl.c
main/php_streams.h
main/streams/streams.c