Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed bug #52820 (writes to fopencookie FILE* not commited when seeking the | Gustavo André dos Santos Lopes | 2010-11-15 | 1 | -0/+5 |
| | | | | stream). | ||||
* | - Renamed php_stream_rep_nonstand_mode to | Gustavo André dos Santos Lopes | 2010-11-05 | 3 | -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 fails | Gustavo André dos Santos Lopes | 2010-11-05 | 2 | -2/+52 |
| | | | | with streams opened with, inter alia, the 'xb' mode). | ||||
* | - Fixed forward stream seeking emulation in streams that don't support seeking | Gustavo André dos Santos Lopes | 2010-10-13 | 1 | -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 Pena | 2010-09-10 | 1 | -0/+2 |
| | |||||
* | - WS | Pierre Joye | 2010-09-01 | 1 | -2/+2 |
| | |||||
* | - sb needed only in safemode | Pierre Joye | 2010-09-01 | 1 | -1/+2 |
| | |||||
* | - add lstat support for Windows | Pierre Joye | 2010-09-01 | 1 | -1/+9 |
| | |||||
* | - #51854, fix logic (patch by Tjerk) | Pierre Joye | 2010-05-18 | 1 | -1/+1 |
| | |||||
* | fix build | Antony Dovgal | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | - WS | Pierre Joye | 2010-04-08 | 1 | -27/+27 |
| | |||||
* | add backlock socket context option for stream_socket_server(), | Michael Wallner | 2010-03-11 | 2 | -2/+15 |
| | | | | | which had a hardcoded backlog of 5 at two occurrances | ||||
* | - get the right error on windows | Pierre Joye | 2010-02-21 | 1 | -0/+4 |
| | |||||
* | - prevent unexpectable behaviors (for the user) with invalid path | Pierre Joye | 2010-02-07 | 1 | -21/+19 |
| | |||||
* | - removed debug breakpoint and improve inline comment | Pierre Joye | 2010-01-27 | 1 | -2/+2 |
| | |||||
* | - prevent bad things to happen when invalid path are passed to MoveFileEx | Pierre Joye | 2010-01-27 | 1 | -1/+27 |
| | |||||
* | - [DOC] #45986, bad file descriptor warning when rename is used with invalid ↵ | Pierre Joye | 2010-01-26 | 1 | -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 Taskinen | 2010-01-19 | 1 | -9/+9 |
| | | | | emulation) | ||||
* | - WS + CS fixes | Jani Taskinen | 2010-01-19 | 1 | -41/+53 |
| | |||||
* | Fixed bug #50787 (stream_set_write_buffer() has no effect on socket streams). | Ilia Alshanetsky | 2010-01-18 | 1 | -0/+4 |
| | |||||
* | Fixed bug #50657 (copy() with an empty (zero-byte) HTTP source succeeds but ↵ | Ilia Alshanetsky | 2010-01-06 | 1 | -1/+1 |
| | | | | returns false). | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 18 | -18/+18 |
| | |||||
* | remove automatic file unlocking on shutdown and/or stream close | Antony Dovgal | 2009-12-25 | 1 | -3/+0 |
| | | | | | | (make it win32-specific for 5_2, as discussed with Ilia) | ||||
* | fix bug #50196 | Stanislav Malyshev | 2009-12-19 | 1 | -0/+4 |
| | |||||
* | MFT: VC10 build support | Kalle Sommer Nielsen | 2009-12-03 | 1 | -1/+4 |
| | |||||
* | - Switching to TSRMLS_FETCH version | Felipe Pena | 2009-11-16 | 3 | -3/+4 |
| | |||||
* | - Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option()) | Felipe Pena | 2009-11-15 | 3 | -16/+12 |
| | | | | | (patch by Pierrick) | ||||
* | Fix #50063 (safe_mode_include_dir fails) | Johannes Schlüter | 2009-11-12 | 1 | -0/+4 |
| | |||||
* | Fixed ext/standard/tests/streams/stream_get_contents_002.phpt | Dmitry Stogov | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #49572 (use of C++ style comments causes build failure) | Sriram Natarajan | 2009-09-17 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #49447 (php engine need to correctly check for socket API | Sriram Natarajan | 2009-09-04 | 1 | -4/+12 |
| | | | | | return status on windows). (Sriram Natarajan) | ||||
* | MFH: Fixed bug #48309 (stream_copy_to_stream() and fpasstru() do not | Arnaud Le Blanc | 2009-05-17 | 3 | -3/+22 |
| | | | | | update stream position of plain files) | ||||
* | Fix warning when inner stream of a temp:// stream is closed before | Arnaud Le Blanc | 2009-05-16 | 1 | -0/+1 |
| | | | | | the stream ifself | ||||
* | MFH: Fixed bug #48307 (stream_copy_to_stream() copies 0 bytes when $source | Arnaud Le Blanc | 2009-05-16 | 1 | -5/+2 |
| | | | | | is a socket) | ||||
* | Fix comments | Hannes Magnusson | 2009-05-08 | 1 | -5/+3 |
| | |||||
* | - silent compiler warning | Pierre Joye | 2009-04-20 | 1 | -1/+1 |
| | |||||
* | MFH: Better fix for #47997 | Arnaud Le Blanc | 2009-04-19 | 2 | -15/+28 |
| | |||||
* | Fixed bug #47997 (stream_copy_to_stream returns 1 on empty streams) | Arnaud Le Blanc | 2009-04-19 | 2 | -11/+35 |
| | |||||
* | MFH: Added support for passing O_NONBLOCK to the underlying open() system call | Mikko Koppanen | 2009-04-11 | 1 | -1/+5 |
| | |||||
* | Add missing proto | Hannes Magnusson | 2009-03-25 | 1 | -0/+5 |
| | |||||
* | MFH: Better fix for #44607. Fixes #47487 (php_stream_fill_read_buffer() | Arnaud Le Blanc | 2009-03-19 | 1 | -15/+26 |
| | | | | | performance degraded after fix of bug 44607). | ||||
* | Adjust condition | Ilia Alshanetsky | 2009-02-10 | 1 | -2/+2 |
| | |||||
* | MFB: typo fix | Ilia Alshanetsky | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | MFB: Added path truncation E_NOTICE to let people now when path resolving | Ilia Alshanetsky | 2009-02-10 | 1 | -2/+6 |
| | | | | | caused the file path to be truncated. | ||||
* | MFB: Fixed bug #44874 (dead pfsockopen'ed sockets aren't reaped when | Ilia Alshanetsky | 2009-02-09 | 1 | -1/+1 |
| | | | | | the remote end restarts) | ||||
* | - silent compiler warning about socklen_t benign redefinition | Pierre Joye | 2009-02-02 | 1 | -0/+4 |
| | |||||
* | MFH: | Felipe Pena | 2009-01-08 | 1 | -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 Blanc | 2009-01-08 | 2 | -15/+37 |
| | |||||
* | MFH: | Felipe Pena | 2009-01-07 | 1 | -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 Bergmann | 2008-12-31 | 18 | -18/+18 |
| |