summaryrefslogtreecommitdiff
path: root/main/streams
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-0118-18/+18
* Initialize structure (some fields may be missed in array returned from user h...Dmitry Stogov2011-12-221-0/+1
* - Fixed bug #60455: stream_get_line misbehaves if EOF is not detected togetherGustavo André dos Santos Lopes2011-12-111-3/+2
* - Fixed borked refactoring in r307437 (using SUCCESS/FAILURE return instead ofGustavo André dos Santos Lopes2011-09-041-6/+8
* Sync r314808 to 5_3 branchXinchen Hui2011-08-231-1/+1
* Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-091-1/+1
* - Fixed bug #52935 (call exit in user_error_handler cause stream relate core).Gustavo André dos Santos Lopes2011-07-051-0/+10
* Fixed bug #51997 (SEEK_CUR with 0 value, returns a warning).Ilia Alshanetsky2011-06-051-1/+1
* Fixed bug #54946 (stream_get_contents infinite loop)Hannes Magnusson2011-05-291-0/+3
* - Merged to 5.3 change in trunk in _php_stream_free. This prevents the segfaultGustavo André dos Santos Lopes2011-05-081-1/+6
* - Fixed accidental change.Gustavo André dos Santos Lopes2011-05-011-1/+1
* - Fixed bug #54623 (Segfault when when writing to a persistent socket afterGustavo André dos Santos Lopes2011-05-011-3/+26
* Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-032-2/+2
* Fix bug #53913 (Streams functions assume HAVE_GLOB is defined). Patch by ChrisAdam Harvey2011-02-041-0/+2
* - Fixed bug #53903 (userspace stream stat callback does not separate theGustavo André dos Santos Lopes2011-02-011-0/+1
* - Fixed several comparisons that always result in true of falseGustavo André dos Santos Lopes2011-02-012-11/+15
* - don't continue if no valid option valuePierre Joye2011-01-201-0/+2
* - no need of assert herePierre Joye2011-01-201-2/+3
* Fixed variable re-declarationIlia Alshanetsky2011-01-131-2/+2
* - Year++Felipe Pena2011-01-0118-18/+18
* - Fixed bug #52820 (writes to fopencookie FILE* not commited when seeking theGustavo André dos Santos Lopes2010-11-151-0/+5
* - Renamed php_stream_rep_nonstand_mode to Gustavo André dos Santos Lopes2010-11-053-4/+11
* - Fixed bug #53241 (stream casting that relies on fdopen/fopencookie failsGustavo André dos Santos Lopes2010-11-052-2/+52
* - Fixed forward stream seeking emulation in streams that don't support seekingGustavo André dos Santos Lopes2010-10-131-9/+7
* - Fixed bug #49215 (make fails on glob_wrapper)Felipe Pena2010-09-101-0/+2
* - WSPierre Joye2010-09-011-2/+2
* - sb needed only in safemodePierre Joye2010-09-011-1/+2
* - add lstat support for WindowsPierre Joye2010-09-011-1/+9
* - #51854, fix logic (patch by Tjerk)Pierre Joye2010-05-181-1/+1
* fix buildAntony Dovgal2010-04-081-1/+1
* - WSPierre Joye2010-04-081-27/+27
* add backlock socket context option for stream_socket_server(),Michael Wallner2010-03-112-2/+15
* - get the right error on windowsPierre Joye2010-02-211-0/+4
* - prevent unexpectable behaviors (for the user) with invalid pathPierre Joye2010-02-071-21/+19
* - removed debug breakpoint and improve inline commentPierre Joye2010-01-271-2/+2
* - prevent bad things to happen when invalid path are passed to MoveFileExPierre Joye2010-01-271-1/+27
* - [DOC] #45986, bad file descriptor warning when rename is used with invalid ...Pierre Joye2010-01-261-3/+10
* - Fixed bug #50791 (Compile failure: Bad logic in defining fopencookie emulat...Jani Taskinen2010-01-191-9/+9
* - WS + CS fixesJani Taskinen2010-01-191-41/+53
* Fixed bug #50787 (stream_set_write_buffer() has no effect on socket streams).Ilia Alshanetsky2010-01-181-0/+4
* Fixed bug #50657 (copy() with an empty (zero-byte) HTTP source succeeds but r...Ilia Alshanetsky2010-01-061-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-0318-18/+18
* remove automatic file unlocking on shutdown and/or stream closeAntony Dovgal2009-12-251-3/+0
* fix bug #50196Stanislav Malyshev2009-12-191-0/+4
* MFT: VC10 build supportKalle Sommer Nielsen2009-12-031-1/+4
* - Switching to TSRMLS_FETCH versionFelipe Pena2009-11-163-3/+4
* - Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option())Felipe Pena2009-11-153-16/+12
* Fix #50063 (safe_mode_include_dir fails)Johannes Schlüter2009-11-121-0/+4
* Fixed ext/standard/tests/streams/stream_get_contents_002.phptDmitry Stogov2009-09-231-1/+1
* - Fixed bug #49572 (use of C++ style comments causes build failure)Sriram Natarajan2009-09-171-1/+1