summaryrefslogtreecommitdiff
path: root/ext/standard/streamsfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* - Fixed several comparisons that always result in true of falseGustavo André dos Santos Lopes2011-02-011-2/+2
* - Year++Felipe Pena2011-01-011-1/+1
* - Do not violate php_stream abstraction and use php_stream_tell instead of ac...Gustavo André dos Santos Lopes2010-12-301-14/+21
* - [DOC] Reverted rev #304382 and rev #304380, as I figured out a way toGustavo André dos Santos Lopes2010-10-141-4/+14
* - timeval element are always 32bit long on WindowsPierre Joye2010-09-061-2/+10
* - [doc] merge stream_set_read_buffer, equivalent of stream_set_write_buffer f...Pierre Joye2010-04-121-10/+31
* - WSPierre Joye2010-04-081-66/+66
* 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/+20
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-3/+1
* - CSFelipe Pena2009-08-031-4/+4
* - Improved. No ugly copy. (Tony)Felipe Pena2009-08-031-14/+6
* - Re-fix stream_is_local() memory leaksFelipe Pena2009-08-031-2/+11
* revert bogus memleak fix causing Valgrind to screamAntony Dovgal2009-08-031-1/+0
* - Fixed memleak in stream_is_local()Felipe Pena2009-07-291-0/+1
* MFH: Better fix for #47997Arnaud Le Blanc2009-04-191-4/+5
* Fixed bug #47997 (stream_copy_to_stream returns 1 on empty streams)Arnaud Le Blanc2009-04-191-1/+7
* MFH: Windows support for stream_socket_pair(), by moving the socketpair() imp...Kalle Sommer Nielsen2009-01-231-0/+1
* MFH: Fixed error conditions handling in stream_filter_append()Arnaud Le Blanc2009-01-081-4/+13
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Fix proto lineArnaud Le Blanc2008-11-141-1/+1
* MFH: Added stream_context_get_params()Arnaud Le Blanc2008-11-131-0/+28
* MDH: Avoids fclose() from complaining that stream_socket_pair() streamsArnaud Le Blanc2008-11-041-0/+5
* MFH: Fixed bug #46024 (stream_select() doesn't return the correct number)Arnaud Le Blanc2008-11-041-0/+6
* - Fixed memory leak when using offset out of range. (php_stream_copy_to_mem r...Felipe Pena2008-10-301-7/+5
* - Fix the fixFelipe Pena2008-10-301-1/+1
* - MFH: Fixed bug #46426 (3rd parameter offset of stream_get_contents not work...Felipe Pena2008-10-301-1/+1
* - MFH: Fixed bug #46388 (stream_notification_callback inside of object destro...Felipe Pena2008-10-261-1/+5
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-2/+2
* MFH: use HashPosition to prevent race condition in multithreaded envAntony Dovgal2008-10-021-6/+8
* - Fixed some wrong format parametersFelipe Pena2008-09-081-1/+1
* MFH: [DOC] Added stream_context_set_default() function. (Davey Shafik)Hannes Magnusson2008-08-161-0/+22
* MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSEAntony Dovgal2008-07-231-6/+0
* - MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen())Felipe Pena2008-07-221-1/+8
* MFH: syncJani Taskinen2008-07-211-19/+23
* MFH: manage references of stream context properlyAntony Dovgal2008-07-111-10/+11
* - New parameter parsing APIFelipe Pena2008-06-201-31/+32
* MFH: Fix protosEtienne Kneuss2008-05-041-4/+4
* MFH: Add "params" argument to stream_context_create()Hannes Magnusson2008-04-141-4/+8
* fix ZTS build and sync with HEADAntony Dovgal2008-04-141-8/+8
* Fixed bug#44712 (stream_context_set_params segfaults on invalid arguments)Hannes Magnusson2008-04-131-1/+5
* MFH: New way for check void parametersFelipe Pena2008-03-101-4/+4
* Fixed bug #44028 (crash inside stream_socket_enable_crypto() when enablingIlia Alshanetsky2008-02-031-0/+3
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* fix protoStanislav Malyshev2007-11-231-1/+1
* MFH: Add stream_supports_lock() function (Benjamin Schulz)Johannes Schlüter2007-11-201-0/+20
* Fixed bug #43216 (stream_is_local() returns false on "file://")Dmitry Stogov2007-11-081-1/+1
* MFHJani Taskinen2007-10-101-2/+5
* MFHJani Taskinen2007-10-101-2/+2
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1