Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | - Fixed bug 55124, recursive mkdir fails with current (dot) directory in path | Pierre Joye | 2011-07-26 | 1 | -14/+7 | |
| | | | ||||||
* | | | - Fixed bug #52935 (call exit in user_error_handler cause stream relate core). | Gustavo André dos Santos Lopes | 2011-07-05 | 1 | -0/+10 | |
| | | | ||||||
* | | | Fixed bug #51997 (SEEK_CUR with 0 value, returns a warning). | Ilia Alshanetsky | 2011-06-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed bug #54946 (stream_get_contents infinite loop) | Hannes Magnusson | 2011-05-29 | 1 | -0/+3 | |
| | | | ||||||
* | | | implement streams metadata API per RFC | Stanislav Malyshev | 2011-05-25 | 2 | -83/+281 | |
|/ / | ||||||
* | | - Fixed accidental change. | Gustavo André dos Santos Lopes | 2011-05-01 | 1 | -1/+1 | |
| | | ||||||
* | | - Fixed bug #54623 (Segfault when when writing to a persistent socket after | Gustavo André dos Santos Lopes | 2011-05-01 | 1 | -3/+26 | |
| | | | | | | | | | | closing a copy of the socket). | |||||
* | | Fix common typos in the source code (Reported in Bug #54065) | Pierrick Charron | 2011-04-03 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :) | |||||
* | | - Make fclose() actually close stream, even when the resource refcount is > 1. | Gustavo André dos Santos Lopes | 2011-03-21 | 1 | -4/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | This reverts the fix for bug #24557. - Make php_stream_free delete the stream from the resources list, not merely decrease its refcount, as a single call to zend_list_delete does. #Not worth the risk merging to 5.3. While change #2 may prevent some segfaults, #a quick and dirty survey to the codebase only showed calls to php_stream_close #or php_stream_free on streams allocated in the same function, which would have #refcount == 1. May be reconsidered. | |||||
* | | - PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plain | Gustavo André dos Santos Lopes | 2011-02-19 | 2 | -7/+0 | |
| | | | | | | | | | | | | | | | | | | | | stream when 0 is given as the value. - PHP_STREAM_OPTION_WRITE_BUFFER no longer changes the chunk size in socket streams. - Added stream_set_chunk_size() function. - Some signedness fixes. - Test for commit r308474, now that it's possible to actually test it. | |||||
* | | - Changed return value in userspace stream set_option to "not implemented", | Gustavo André dos Santos Lopes | 2011-02-18 | 1 | -12/+12 | |
| | | | | | | | | | | | | | | | | | | | | instead of failure. #Currently, there's no way to test this, because the only operations that have #a default implementation, set_chunk_size and set_read_buffer are either not #exposed or, in the 2nd case, completely delegated to the user implementation, #which can only return true/false, not "not implemented" (and not implementing #the set_option method in the userspace stream results in error). | |||||
* | | - Classes that implement stream wrappers can define a method called | Gustavo André dos Santos Lopes | 2011-02-17 | 1 | -0/+52 | |
| | | | | | | | | | | | | stream_truncate that will respond to truncation, e.g. through ftruncate. Closes feature request #53888. | |||||
* | | Fix bug #53913 (Streams functions assume HAVE_GLOB is defined). Patch by Chris | Adam Harvey | 2011-02-04 | 1 | -0/+2 | |
| | | | | | | | | | | Jones. | |||||
* | | - Fixed bug #53903 (userspace stream stat callback does not separate the | Gustavo André dos Santos Lopes | 2011-02-01 | 1 | -0/+1 | |
| | | | | | | | | | | elements of the returned array before converting them). | |||||
* | | - Fixed several comparisons that always result in true of false | Gustavo André dos Santos Lopes | 2011-02-01 | 2 | -11/+15 | |
| | | | | | | | | | | | | | | due to signedness of one of the operands, either by removing dead code or fixing it. - Thrown some comments around in php_stream_get_record. - See http://www.mail-archive.com/internals@lists.php.net/msg49525.html | |||||
* | | - don't continue if no valid option value | Pierre Joye | 2011-01-20 | 1 | -0/+2 | |
| | | ||||||
* | | - no need of assert here | Pierre Joye | 2011-01-20 | 1 | -2/+3 | |
| | | ||||||
* | | Fixed variable re-declaration | Ilia Alshanetsky | 2011-01-13 | 1 | -2/+2 | |
| | | ||||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 18 | -18/+18 | |
| | | ||||||
* | | - Reverted unintended change. | Gustavo André dos Santos Lopes | 2010-11-19 | 1 | -1/+1 | |
| | | ||||||
* | | - Fixed bug #52820 (writes to fopencookie FILE* not commited when seeking the | Gustavo André dos Santos Lopes | 2010-11-15 | 1 | -0/+5 | |
| | | | | | | | | stream). | |||||
* | | - Added leak_variable() function. | Gustavo André dos Santos Lopes | 2010-11-15 | 2 | -15/+82 | |
| | | | | | | | | | | | | | | - Added mechanism to force outer streams to be closed before their inner ones. - Fixed temp:// streams only handling correctly (through an ad hoc mechanism) reverse closing order when the inner stream is of type memory. | |||||
* | | - 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. | |||||
* | | - use TSRMLS_D/C with php_stream_context_alloc | Pierre Joye | 2010-09-16 | 1 | -1/+1 | |
| | | ||||||
* | | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert, missing header | Pierre Joye | 2010-09-16 | 1 | -1/+1 | |
| | | ||||||
* | | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert | Pierre Joye | 2010-09-16 | 2 | -3/+3 | |
| | | ||||||
* | | - 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 | |
| | | ||||||
* | | - add lstat support for Windows | Pierre Joye | 2010-09-01 | 2 | -2/+9 | |
| | | ||||||
* | | Fixed compiler warnings in main/ | Kalle Sommer Nielsen | 2010-08-17 | 1 | -1/+1 | |
| | | ||||||
* | | - #51854, fix logic (patch by Tjerk) | Pierre Joye | 2010-05-18 | 1 | -1/+1 | |
| | | ||||||
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 3 | -77/+4 | |
| | | | | | | | | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | |||||
* | | - WS | Pierre Joye | 2010-04-08 | 1 | -26/+26 | |
|/ | ||||||
* | 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 | |
| |