summaryrefslogtreecommitdiff
path: root/ext/standard/streamsfuncs.h
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - [doc] merge stream_set_read_buffer, equivalent of stream_set_write_buffer f...Pierre Joye2010-04-121-0/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Changed stream_resolve_include_path to use zend_resolve_pathMikko Koppanen2009-12-241-0/+1
* MFH: Windows support for stream_socket_pair(), by moving the socketpair() imp...Kalle Sommer Nielsen2009-01-231-1/+4
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Added stream_context_get_params()Arnaud Le Blanc2008-11-131-0/+1
* MFH: [DOC] Added stream_context_set_default() function. (Davey Shafik)Hannes Magnusson2008-08-161-0/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Add stream_supports_lock() function (Benjamin Schulz)Johannes Schlüter2007-11-201-0/+1
* Added ability to create local or remote (URL) user streamsDmitry Stogov2007-07-091-0/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Added function stream_socket_shutdown(). It is a wraper for system shutdown()...Dmitry Stogov2006-12-191-0/+1
* MFH: use the ZEND_ACC_DEPRECATED flag rather than custom warningsHannes Magnusson2006-06-261-1/+0
* 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