php-src/main/streams
Wez Furlong c6dff79138 In debug mode, under CLI don't close stderr.
This is so that we can see any error reports.

# for extra paranoia, could limit this check to happen only after the script is
# finished running.
2004-05-25 12:59:15 +00:00
..
cast.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
filter.c Only wind filters when appending to the read chain. 2004-04-01 03:52:34 +00:00
memory.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
mmap.c Fixed bug #19749 (shouldn't mmap() files larger than memory_limit) 2004-04-21 12:02:47 +00:00
php_stream_context.h Must addref the resource when we make a new zval reference to it that will be exported to userspace. 2004-03-01 05:33:19 +00:00
php_stream_filter_api.h BugFix#27619 2004-03-31 23:48:59 +00:00
php_stream_mmap.h EXTERN_C wrapping for PHPAPI prototypes 2004-02-20 08:22:12 +00:00
php_stream_plain_wrapper.h EXTERN_C wrapping for PHPAPI prototypes 2004-02-20 08:22:12 +00:00
php_stream_transport.h EXTERN_C wrapping for PHPAPI prototypes 2004-02-20 08:22:12 +00:00
php_stream_userspace.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_streams_int.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
plain_wrapper.c In debug mode, under CLI don't close stderr. 2004-05-25 12:59:15 +00:00
streams.c This leaks when a stream opener proxy opens another stream. 2004-04-01 01:07:54 +00:00
transports.c Fix a bug in the persistent socket liveness checks and feof(); they were 2004-02-04 22:46:44 +00:00
userspace.c Bugfix #28300 Userspace stream/filter names don't need to be lowercased. 2004-05-06 14:29:33 +00:00
xp_socket.c More wordsize fixes 2004-03-08 23:11:45 +00:00