php-src/main/streams
Gustavo André dos Santos Lopes ef19fba2d5 - Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in
  fixing bug #61115. This better fix for #61115 fixes the leak (the inhibition
  for deleting the context was too broad) and so prevents segfaults in new
  circumstances (where the inhibition was not broad enough).
2012-03-17 19:37:30 +00:00
..
cast.c - Year++ 2012-01-01 13:15:04 +00:00
filter.c - Year++ 2012-01-01 13:15:04 +00:00
glob_wrapper.c - Year++ 2012-01-01 13:15:04 +00:00
memory.c - Year++ 2012-01-01 13:15:04 +00:00
mmap.c - Year++ 2012-01-01 13:15:04 +00:00
php_stream_context.h - Year++ 2012-01-01 13:15:04 +00:00
php_stream_filter_api.h - Year++ 2012-01-01 13:15:04 +00:00
php_stream_glob_wrapper.h - Year++ 2012-01-01 13:15:04 +00:00
php_stream_mmap.h - Year++ 2012-01-01 13:15:04 +00:00
php_stream_plain_wrapper.h - Year++ 2012-01-01 13:15:04 +00:00
php_stream_transport.h - Year++ 2012-01-01 13:15:04 +00:00
php_stream_userspace.h - Year++ 2012-01-01 13:15:04 +00:00
php_streams_int.h - Year++ 2012-01-01 13:15:04 +00:00
plain_wrapper.c * fixed bug #60704 unlink() bug with some files path 2012-02-14 14:14:30 +00:00
streams.c - Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak 2012-03-17 19:37:30 +00:00
transports.c - Year++ 2012-01-01 13:15:04 +00:00
userspace.c - Year++ 2012-01-01 13:15:04 +00:00
xp_socket.c - size_t may be shorter than long and definitely is not signed. Note that the 2012-03-04 19:30:01 +00:00