php-src/main/streams
Michael Wallner b5f5bff965 Fixed bug #61645 (fopen and O_NONBLOCK)
if a mode like "rn" was passed to fopen(), then
php_stream_parse_fopen_modes() would assign O_WRONLY to
flags, because O_NONBLOCK tainted flags for the r/w/+ check
2013-12-06 10:29:24 +01:00
..
cast.c Properly fixed bug #63186 on NetBSD == 6.0 2013-07-19 09:37:39 +02:00
filter.c Happy New Year 2013-01-01 16:28:54 +08:00
glob_wrapper.c Happy New Year 2013-01-01 16:28:54 +08:00
memory.c Happy New Year 2013-01-01 16:28:54 +08:00
mmap.c Happy New Year 2013-01-01 16:28:54 +08:00
php_stream_context.h Happy New Year 2013-01-01 16:28:54 +08:00
php_stream_filter_api.h Happy New Year 2013-01-01 16:28:54 +08:00
php_stream_glob_wrapper.h Happy New Year 2013-01-01 16:28:54 +08:00
php_stream_mmap.h Happy New Year 2013-01-01 16:28:54 +08:00
php_stream_plain_wrapper.h Fix missing parameter 2013-01-27 17:11:14 -08:00
php_stream_transport.h Happy New Year 2013-01-01 16:28:54 +08:00
php_stream_userspace.h Happy New Year 2013-01-01 16:28:54 +08:00
php_streams_int.h Happy New Year 2013-01-01 16:28:54 +08:00
plain_wrapper.c Fixed bug #61645 (fopen and O_NONBLOCK) 2013-12-06 10:29:24 +01:00
streams.c fix possible resource leak and make sure there's something to qsort() 2013-07-10 13:00:47 +02:00
transports.c Happy New Year 2013-01-01 16:28:54 +08:00
userspace.c Happy New Year 2013-01-01 16:28:54 +08:00
xp_socket.c Merge branch 'pull-request/341' 2013-06-10 14:20:18 -07:00