Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Fixed variable re-declaration | Ilia Alshanetsky | 2011-01-13 | 1 | -2/+2 | |
| | | | ||||||
| | * | - Year++ | Felipe Pena | 2011-01-01 | 18 | -18/+18 | |
| | | | ||||||
| | * | - 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 | |
| | | | ||||||
| * | | MFH: 45a6f8d for 5.4. | Gustavo André dos Santos Lopes | 2012-03-19 | 1 | -48/+82 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected together with the last read). - Fixed bug #60817 (stream_get_line() reads from stream even when there is already sufficient data buffered). stream_get_line() now behaves more like fgets(), as is documented. | |||||
| * | | - Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak | Gustavo André dos Santos Lopes | 2012-03-17 | 1 | -3/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in fixing bug #61115. This better fix for #61115 fixes the leak (the inhibition for deleting the context was too broad) and so prevents segfaults in new circumstances (where the inhibition was not broad enough). | |||||
| * | | - Oops committed old version of the patch in r324020. Fixed. See bug #61253. | Gustavo André dos Santos Lopes | 2012-03-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | - Fixed bug #61253: Wrappers opened with errors concurrency problem | Gustavo André dos Santos Lopes | 2012-03-08 | 1 | -38/+63 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #NOTE: There is a very small possibility that this will further break #extensions that access wrapper->{err_stack, err_count}. On PECL SVN, rar is the #only one and it may leak memory after this. I say "further break" because #extensions that do that are already broken (will segfault) under ZTS, which is #why this patch is necessary. #There was what I deem as tacit acceptance from 5.3/5.4 RMs on this. | |||||
| * | | - size_t may be shorter than long and definitely is not signed. Note that the | Gustavo André dos Santos Lopes | 2012-03-04 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | z modifier was only added in C99, so we can't use it. | |||||
| * | | Fixed bug #60106 (stream_socket_server silently truncates long unix socket ↵ | Ilia Alshanetsky | 2012-03-03 | 1 | -0/+1 | |
| | | | | | | | | | | | | paths) | |||||
| * | | - Year++ | Felipe Pena | 2012-01-01 | 18 | -18/+18 | |
| | | | ||||||
| * | | Initialize structure (some fields may be missed in array returned from user ↵ | Dmitry Stogov | 2011-12-22 | 1 | -0/+1 | |
| | | | | | | | | | | | | handler). | |||||
| * | | - Fixed bug #60455: stream_get_line misbehaves if EOF is not detected together | Gustavo André dos Santos Lopes | 2011-12-11 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | with the last read. | |||||
| * | | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | - Fixed borked refactoring in r307437 (using SUCCESS/FAILURE return instead of | Gustavo André dos Santos Lopes | 2011-09-04 | 2 | -7/+9 | |
| | | | | | | | | | | | | | | | | | | | | | out parameter). - Fixed signature of php_stream_copy_to_stream_ex to return int in 5.4/trunk instead of size_t, as the function only returns SUCCESS/FAILURE. | |||||
| * | | Omitted GCC warning "comparison is always false" | Xinchen Hui | 2011-08-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | Avoiding strcpy, strcat, sprintf usage to make static analyzer happy | Xinchen Hui | 2011-08-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | retore open_basedir check for unlink | Stanislav Malyshev | 2011-07-31 | 1 | -35/+39 | |
| | | | ||||||
| * | | - 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 bug #61371 (resource leak). This bug had two parts, a long standing leak | Gustavo André dos Santos Lopes | 2012-03-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in fixing bug #61115. This better fix for #61115 fixes the leak (the inhibition for deleting the context was too broad) and so prevents segfaults in new circumstances (where the inhibition was not broad enough). | |||||
* | | | - Oops committed old version of the patch in r324020. Fixed. See bug #61253. | Gustavo André dos Santos Lopes | 2012-03-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | - Fixed bug #61253: Wrappers opened with errors concurrency problem | Gustavo André dos Santos Lopes | 2012-03-08 | 1 | -38/+63 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #NOTE: There is a very small possibility that this will further break #extensions that access wrapper->{err_stack, err_count}. On PECL SVN, rar is the #only one and it may leak memory after this. I say "further break" because #extensions that do that are already broken (will segfault) under ZTS, which is #why this patch is necessary. #There was what I deem as tacit acceptance from 5.3/5.4 RMs on this. | |||||
* | | | - size_t may be shorter than long and definitely is not signed. Note that the | Gustavo André dos Santos Lopes | 2012-03-04 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | z modifier was only added in C99, so we can't use it. | |||||
* | | | Fixed bug #60106 (stream_socket_server silently truncates long unix socket ↵ | Ilia Alshanetsky | 2012-03-03 | 1 | -0/+1 | |
| | | | | | | | | | | | | paths) | |||||
* | | | - Better fix for #61115. | Gustavo André dos Santos Lopes | 2012-02-24 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | - Fixed resource leak in stream_socket_client(). | |||||
* | | | - Fixed bug #61115 (stream related segfault on fatal error in | Gustavo André dos Santos Lopes | 2012-02-22 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | php_stream_context_link). #run-tests.php is not currently detecting the segfault in the test #Missing 5.4 merge | |||||
* | | | - Revert r134029. The streams pooling API was never used in more | Gustavo André dos Santos Lopes | 2012-02-21 | 2 | -77/+0 | |
| | | | | | | | | | | | | | | | than 8 years and therefore unnecessarily adds complexity. | |||||
* | | | * fixed bug #60704 unlink() bug with some files path | Mateusz Kocielski | 2012-02-14 | 1 | -7/+20 | |
| | | | | | | | | | | | | | | | Reviewed by: rasmus@ | |||||
* | | | - Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected | Gustavo André dos Santos Lopes | 2012-01-22 | 1 | -48/+82 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | together with the last read). - Fixed bug #60817 (stream_get_line() reads from stream even when there is already sufficient data buffered). stream_get_line() now behaves more like fgets(), as is documented. #withheld commit to 5.4 | |||||
* | | | - Year++ | Felipe Pena | 2012-01-01 | 18 | -18/+18 | |
| | | | ||||||
* | | | Initialize structure (some fields may be missed in array returned from user ↵ | Dmitry Stogov | 2011-12-22 | 1 | -0/+1 | |
| | | | | | | | | | | | | handler). | |||||
* | | | - Fixed bug #60455: stream_get_line misbehaves if EOF is not detected together | Gustavo André dos Santos Lopes | 2011-12-11 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | with the last read. | |||||
* | | | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | - Fixed borked refactoring in r307437 (using SUCCESS/FAILURE return instead of | Gustavo André dos Santos Lopes | 2011-09-04 | 2 | -7/+9 | |
| | | | | | | | | | | | | | | | | | | | | | out parameter). - Fixed signature of php_stream_copy_to_stream_ex to return int in 5.4/trunk instead of size_t, as the function only returns SUCCESS/FAILURE. | |||||
* | | | Omitted GCC warning "comparison is always false" | Xinchen Hui | 2011-08-12 | 1 | -1/+1 | |
| | | | ||||||
* | | | Avoiding strcpy, strcat, sprintf usage to make static analyzer happy | Xinchen Hui | 2011-08-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | retore open_basedir check for unlink | Stanislav Malyshev | 2011-07-31 | 1 | -0/+4 | |
| | | |