This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-04-22 15:38:49 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ff23184893436576f74ff6263cbb573f8bf8bfc5
archived-php-src
/
main
/
streams
T
History
Wez Furlong
f400f0e665
add an open mode for the memory streams that allows the stream to take
...
ownership of the passed-in buffer
2005-02-06 21:41:36 +00:00
..
cast.c
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00
filter.c
Added stream_filter_remove() to cancel a stream filter.
2004-09-14 03:48:17 +00:00
memory.c
add an open mode for the memory streams that allows the stream to take
2005-02-06 21:41:36 +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
Added stream_filter_remove() to cancel a stream filter.
2004-09-14 03:48:17 +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
fix Win32 & Netware build
2004-10-28 05:05:20 +00:00
streams.c
Fixed bug
#29801
(Set limit on the size of mmapable data).
2004-11-15 23:43:12 +00:00
transports.c
Fix the return value check too
2004-10-11 01:40:41 +00:00
userspace.c
- Fixed bug
#27183
(Userland stream wrapper segfaults on stream_write)
2004-10-08 14:40:11 +00:00
xp_socket.c
Make new poll stuff work on win32 (and still be safe on unix)
2004-09-17 14:36:55 +00:00