summaryrefslogtreecommitdiff
path: root/ext/standard/streamsfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed 64-bit supportDmitry Stogov2007-04-091-1/+1
* MFH: fix #40168Antony Dovgal2007-01-191-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFHAntony Dovgal2006-12-251-1/+1
* Added function stream_socket_shutdown(). It is a wraper for system shutdown()...Dmitry Stogov2006-12-191-0/+30
* MFH(r-1.96) Bugfix#38649 Optional param not initializedSara Golemon2006-10-111-1/+1
* optimize zend_hash_init() with known hash table sizes.Ilia Alshanetsky2006-10-031-2/+2
* fix protosHannes Magnusson2006-09-291-1/+1
* Fixed bug #38096 (large timeout values ignored on 32bit machines inIlia Alshanetsky2006-09-111-4/+6
* more z/Z fixesAntony Dovgal2006-08-311-6/+6
* rephrase the error message (fixes #38106)Antony Dovgal2006-07-141-2/+2
* it's usually good idea to initialize variablesAntony Dovgal2006-07-121-1/+1
* Updated protos & vim foldingHannes Magnusson2006-06-261-0/+1
* MFH: use the ZEND_ACC_DEPRECATED flag rather than custom warningsHannes Magnusson2006-06-261-9/+0
* MFH: fix typoAntony Dovgal2006-04-191-1/+1
* fix #37077 (stream_socket_server() leaks when the port is not allowed)Antony Dovgal2006-04-141-0/+2
* fix spelling in error messages:Antony Dovgal2006-04-031-3/+3
* Fixed bug #35900 (stream_select() should warning when tv_sec is negative).Ilia Alshanetsky2006-02-231-0/+8
* MFH: fix #36242 (Possible memory corruption in stream_select())Antony Dovgal2006-02-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed crash inside stream_get_line() when length parameter equals 0.Ilia Alshanetsky2005-07-051-0/+3
* Added offset parameter to the stream_copy_to_stream() function.Ilia Alshanetsky2005-06-171-3/+8
* BugFix #31137 stream_filter_remove() segfaults when stream already closedSara Golemon2005-03-291-1/+1
* Fixed compiler warning.Ilia Alshanetsky2005-03-131-1/+0
* - Do not touch return_valu's refcount or is_refMarcus Boerger2005-03-111-3/+1
* CS fixfoobar2005-01-151-2/+3
* Fixed SIGSEGV in ext/standard/tests/network/tcp4loop.phpt and ext/standard/te...Dmitry Stogov2005-01-141-1/+1
* Fix #31408: memory leak in stream_socket_recvfromWez Furlong2005-01-041-0/+1
* When a socket is non-blocking, don't block ssl enabled sockets.Wez Furlong2004-12-251-2/+13
* really don't blow upWez Furlong2004-12-231-5/+2
* don't crash...Wez Furlong2004-12-231-1/+1
* Make it really build...Wez Furlong2004-12-131-4/+5
* Add stream_socket_pair(), a streams based version of socketpair().Wez Furlong2004-12-121-0/+32
* MFH: Added optional offset parameter to stream_get_contents().Ilia Alshanetsky2004-10-121-3/+8
* Fixed bug #30362 (stream_get_line() not handling end string correctly).Ilia Alshanetsky2004-10-111-3/+3
* Fix for Bug #24189: possibly unsafe select(2) usage.Wez Furlong2004-09-171-6/+32
* Added stream_filter_remove() to cancel a stream filter.Sara Golemon2004-09-141-4/+38
* Avoid possible segfault when using stream_socket_client with bogus flags.Wez Furlong2004-08-061-2/+2
* Allow win32 stuff to build non-zts.Wez Furlong2004-07-311-1/+1
* Better address availability check.Ilia Alshanetsky2004-07-281-2/+2
* Fixed possible crash in stream_socket_recvfrom() when length parameter hasIlia Alshanetsky2004-07-281-0/+5
* Added stream_context_get_default() which returns the default context option.Wez Furlong2004-07-221-0/+53
* 64-bit bugsquash partyArd Biesheuvel2004-06-161-3/+3
* Wordsize fixesArd Biesheuvel2004-02-251-1/+2
* 64-bit fixesArd Biesheuvel2004-02-231-1/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Probable fix for #26534Wez Furlong2003-12-051-1/+3
* Add stream_socket_sendto and stream_socket_recvfrom which work very muchWez Furlong2003-11-291-3/+82
* More memory leak fixes for stream contexts.Ilia Alshanetsky2003-11-281-1/+2