summaryrefslogtreecommitdiff
path: root/ext/standard/streamsfuncs.h
Commit message (Expand)AuthorAgeFilesLines
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Add stream_socket_pair(), a streams based version of socketpair().Wez Furlong2004-12-121-0/+1
* Added stream_filter_remove() to cancel a stream filter.Sara Golemon2004-09-141-0/+1
* Add stream_wrapper_unregister()Sara Golemon2004-09-101-0/+2
* Added stream_context_get_default() which returns the default context option.Wez Furlong2004-07-221-0/+2
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* Add stream_socket_sendto and stream_socket_recvfrom which work very muchWez Furlong2003-11-291-0/+3
* Implement stream_get_contents, which is somewhat akin to file_get_contents,Wez Furlong2003-10-081-0/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* - Rename stream_register_filter() to stream_filter_register(),Derick Rethans2003-05-191-1/+1
* Added stream_get_transports()Sara Golemon2003-04-041-0/+1
* Expose php_stream_copy_to_stream as stream_copy_to_stream(); a highWez Furlong2003-03-011-0/+2
* Add this file...Wez Furlong2003-02-281-0/+54