Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Constify streams API and a few other calls down the rabbit hole. | Andrey Hristov | 2013-07-30 | 1 | -31/+31 |
* | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-07-10 | 1 | -1/+3 |
|\ | |||||
| * | fix possible resource leak and make sure there's something to qsort() | Anatol Belski | 2013-07-10 | 1 | -1/+3 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2013-04-02 | 1 | -2/+4 |
|\ \ | |/ | |||||
| * | keep previous test to avoid any behavior change | Remi Collet | 2013-04-02 | 1 | -2/+4 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2013-04-02 | 1 | -8/+5 |
|\ \ | |/ | |||||
| * | fix comment | Remi Collet | 2013-04-02 | 1 | -3/+1 |
| * | Fixed Bug #64565 copy doesn't report failure on partial copy | Remi Collet | 2013-04-02 | 1 | -5/+4 |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.4' | Gustavo Lopes | 2012-10-12 | 1 | -2/+10 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Gustavo Lopes | 2012-10-12 | 1 | -2/+10 |
| |\ | |||||
| | * | Fix bug #63240 on stream_get_line() | Gustavo Lopes | 2012-10-12 | 1 | -2/+10 |
* | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
* | | | Merge branch 'PHP-5.4' | Stanislav Malyshev | 2012-06-08 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Stanislav Malyshev | 2012-06-08 | 1 | -0/+5 |
| |\ \ | | |/ | |||||
| | * | improve overflow checks | Stanislav Malyshev | 2012-06-08 | 1 | -5/+5 |
| | * | fix potential overflow in _php_stream_scandir | Stanislav Malyshev | 2012-06-07 | 1 | -3/+8 |
* | | | Merge branch 'PHP-5.4' | Stanislav Malyshev | 2012-06-07 | 1 | -3/+8 |
|\ \ \ | |/ / | |||||
| * | | fix potential overflow in _php_stream_scandir | Stanislav Malyshev | 2012-06-07 | 1 | -3/+8 |
* | | | Merge branch 'PHP-5.4' | Nikita Popov | 2012-05-06 | 1 | -1/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Nikita Popov | 2012-05-06 | 1 | -1/+6 |
| |\ \ | | |/ | |||||
| | * | Fixed Bug #61961 (file_get_content leaks when access empty file with max length) | Reeze Xia | 2012-05-06 | 1 | -1/+6 |
* | | | Merge branch '5.4' | Gustavo André dos Santos Lopes | 2012-04-07 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '5.3' into 5.4 | Gustavo André dos Santos Lopes | 2012-04-07 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Fixed bug in new stream_get_line() when using NUL as a delimiter. | Gustavo André dos Santos Lopes | 2012-04-07 | 1 | -2/+2 |
| | * | - 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 |
| | * | - 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 |
| | * | - Better fix for #61115. | Gustavo André dos Santos Lopes | 2012-02-24 | 1 | -3/+8 |
| | * | - Fixed bug #61115 (stream related segfault on fatal error in | Gustavo André dos Santos Lopes | 2012-02-22 | 1 | -3/+5 |
| | * | - 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 |
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | * | - Fixed bug #60455: stream_get_line misbehaves if EOF is not detected together | Gustavo André dos Santos Lopes | 2011-12-11 | 1 | -3/+2 |
| | * | - 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 |
| | * | - Merged to 5.3 change in trunk in _php_stream_free. This prevents the segfault | Gustavo André dos Santos Lopes | 2011-05-08 | 1 | -1/+6 |
| | * | - 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 |
| | * | - Fixed several comparisons that always result in true of false | Gustavo André dos Santos Lopes | 2011-02-01 | 1 | -10/+14 |
| | * | - Year++ | Felipe Pena | 2011-01-01 | 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 |
| | * | - Fixed forward stream seeking emulation in streams that don't support seeking | Gustavo André dos Santos Lopes | 2010-10-13 | 1 | -9/+7 |
| | * | - #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 |