summaryrefslogtreecommitdiff
path: root/main/streams
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed bug #52820 (writes to fopencookie FILE* not commited when seeking theGustavo André dos Santos Lopes2010-11-151-0/+5
| | | | stream).
* - Renamed php_stream_rep_nonstand_mode to Gustavo André dos Santos Lopes2010-11-053-4/+11
| | | | | | php_stream_mode_sanitize_fdopen_fopencookie, made it not exported and movied it from php_streams.h to php_streams_int.h.
* - Fixed bug #53241 (stream casting that relies on fdopen/fopencookie failsGustavo André dos Santos Lopes2010-11-052-2/+52
| | | | with streams opened with, inter alia, the 'xb' mode).
* - Fixed forward stream seeking emulation in streams that don't support seekingGustavo André dos Santos Lopes2010-10-131-9/+7
| | | | | | | | | in situations where the read operation gives back less data than requested and when there was data in the buffer before the emulation started. Also made more consistent its behavior -- should return failure every time less data than was requested was skipped. - Small performance improvement by correcting off-by-one error that generate an invalid call to the seek handler or read handler. in _php_stream_seek.
* - 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
| | | | | which had a hardcoded backlog of 5 at two occurrances
* - 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
| | | | path, add php_win32_docref2_from_error to display system error for non posix api
* - Fixed bug #50791 (Compile failure: Bad logic in defining fopencookie ↵Jani Taskinen2010-01-191-9/+9
| | | | emulation)
* - 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 ↵Ilia Alshanetsky2010-01-061-1/+1
| | | | returns false).
* 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
| | | | | | (make it win32-specific for 5_2, as discussed with Ilia)
* 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
| | | | | (patch by Pierrick)
* 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
|
* - Fixed bug #49447 (php engine need to correctly check for socket API Sriram Natarajan2009-09-041-4/+12
| | | | | return status on windows). (Sriram Natarajan)
* MFH: Fixed bug #48309 (stream_copy_to_stream() and fpasstru() do notArnaud Le Blanc2009-05-173-3/+22
| | | | | update stream position of plain files)
* Fix warning when inner stream of a temp:// stream is closed beforeArnaud Le Blanc2009-05-161-0/+1
| | | | | the stream ifself
* MFH: Fixed bug #48307 (stream_copy_to_stream() copies 0 bytes when $sourceArnaud Le Blanc2009-05-161-5/+2
| | | | | is a socket)
* Fix commentsHannes Magnusson2009-05-081-5/+3
|
* - silent compiler warningPierre Joye2009-04-201-1/+1
|
* MFH: Better fix for #47997Arnaud Le Blanc2009-04-192-15/+28
|
* Fixed bug #47997 (stream_copy_to_stream returns 1 on empty streams)Arnaud Le Blanc2009-04-192-11/+35
|
* MFH: Added support for passing O_NONBLOCK to the underlying open() system callMikko Koppanen2009-04-111-1/+5
|
* Add missing protoHannes Magnusson2009-03-251-0/+5
|
* MFH: Better fix for #44607. Fixes #47487 (php_stream_fill_read_buffer()Arnaud Le Blanc2009-03-191-15/+26
| | | | | performance degraded after fix of bug 44607).
* Adjust conditionIlia Alshanetsky2009-02-101-2/+2
|
* MFB: typo fixIlia Alshanetsky2009-02-101-1/+1
|
* MFB: Added path truncation E_NOTICE to let people now when path resolvingIlia Alshanetsky2009-02-101-2/+6
| | | | | caused the file path to be truncated.
* MFB: Fixed bug #44874 (dead pfsockopen'ed sockets aren't reaped whenIlia Alshanetsky2009-02-091-1/+1
| | | | | the remote end restarts)
* - silent compiler warning about socklen_t benign redefinitionPierre Joye2009-02-021-0/+4
|
* MFH:Felipe Pena2009-01-081-0/+1
| | | | | | - Fixed bug #47037 (No error when using fopen with emty string) Patch by Cristian Rodriguez R.
* MFH: Fixed error conditions handling in stream_filter_append()Arnaud Le Blanc2009-01-082-15/+37
|
* MFH:Felipe Pena2009-01-071-1/+1
| | | | | | | - Added check for EWOULDBLOCK - Using EWOULDBLOCK instead of EAGAIN by portability issues (Related to #46917)
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3118-18/+18
|