php-src/main/streams
2015-11-09 11:57:32 +08:00
..
cast.c Fix undeclared identifier 'PHP_STREAM_KEEP_RSRC' 2015-04-09 18:16:53 +02:00
filter.c Merge branch 'PHP-5.6' 2015-01-26 22:53:36 +01:00
glob_wrapper.c Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse. 2015-03-04 02:05:28 +03:00
memory.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 13:59:27 +03:00
mmap.c Fixed wrong parameter type of php_stream_mmap_range() 2015-03-04 11:28:14 +08:00
php_stream_context.h Cleanup resource handling APIs 2015-02-02 13:23:16 +08:00
php_stream_filter_api.h bump year 2015-01-15 23:27:30 +08:00
php_stream_glob_wrapper.h bump year 2015-01-15 23:27:30 +08:00
php_stream_mmap.h Fixed wrong parameter type of php_stream_mmap_range() 2015-03-04 11:28:14 +08:00
php_stream_plain_wrapper.h Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse. 2015-03-04 02:05:28 +03:00
php_stream_transport.h Revert "Add stream_socket_crypto_info() function" 2015-03-09 23:15:57 -06:00
php_stream_userspace.h bump year 2015-01-15 23:27:30 +08:00
php_streams_int.h further cleanups with S_IF* macros generalized declarations 2015-05-25 18:03:28 +02:00
plain_wrapper.c add overflow check 2015-09-02 17:05:45 +02:00
streams.c Make sure context is set to null to prevent use after free 2015-11-02 21:58:04 +00:00
transports.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 13:59:27 +03:00
userspace.c Removed or simplified incorrect SEPARATE_*() macros usage. 2015-09-29 11:17:43 +03:00
xp_socket.c Add support for IPV6_V6ONLY on sockets 2015-11-06 21:45:31 +01:00