summaryrefslogtreecommitdiff
path: root/main/streams
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.3' into PHP-5.4Matteo Beccati2013-06-141-3/+11
|\
| * Fixed bug #63186 (compile failure on netbsd)Matteo Beccati2013-06-141-3/+11
| * Happy New Year~Xinchen Hui2013-01-0118-18/+18
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | keep previous test to avoid any behavior changeRemi Collet2013-04-021-2/+4
* | fix commentRemi Collet2013-04-021-3/+1
* | Fixed Bug #64565 copy doesn't report failure on partial copyRemi Collet2013-04-021-5/+4
* | Fix missing parameterAndras Elso2013-01-271-1/+1
* | Happy New YearXinchen Hui2013-01-0118-18/+18
* | Fix for bug #63811Rasmus Lerdorf2012-12-191-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Gustavo Lopes2012-10-121-2/+10
|\ \ | |/
| * Fix bug #63240 on stream_get_line()Gustavo Lopes2012-10-121-2/+10
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-093-0/+0
|\ \ | |/
| * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-093-0/+0
* | fix bug #40459 - make all stream funcs that create object call ctorStanislav Malyshev2012-08-071-117/+80
* | Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2012-06-081-0/+5
|\ \ | |/
| * improve overflow checksStanislav Malyshev2012-06-081-5/+5
| * fix potential overflow in _php_stream_scandirStanislav Malyshev2012-06-071-3/+8
* | fix potential overflow in _php_stream_scandirStanislav Malyshev2012-06-071-3/+8
* | Merge branch 'PHP-5.3' into PHP-5.4Nikita Popov2012-05-061-1/+6
|\ \ | |/
| * Fixed Bug #61961 (file_get_content leaks when access empty file with max length)Reeze Xia2012-05-061-1/+6
* | Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-04-071-2/+2
|\ \ | |/
| * Fixed bug in new stream_get_line() when using NUL as a delimiter.Gustavo André dos Santos Lopes2012-04-071-2/+2
| * - Fixed bug #61371 (resource leak). This bug had two parts, a long standing leakGustavo André dos Santos Lopes2012-03-171-1/+1
| * - Oops committed old version of the patch in r324020. Fixed. See bug #61253.Gustavo André dos Santos Lopes2012-03-081-1/+1
| * - Fixed bug #61253: Wrappers opened with errors concurrency problemGustavo André dos Santos Lopes2012-03-081-38/+63
| * - size_t may be shorter than long and definitely is not signed. Note that theGustavo André dos Santos Lopes2012-03-041-1/+3
| * Fixed bug #60106 (stream_socket_server silently truncates long unix socket pa...Ilia Alshanetsky2012-03-031-0/+1
| * - Better fix for #61115.Gustavo André dos Santos Lopes2012-02-241-3/+8
| * - Fixed bug #61115 (stream related segfault on fatal error inGustavo André dos Santos Lopes2012-02-221-3/+5
| * * fixed bug #60704 unlink() bug with some files pathMateusz Kocielski2012-02-141-6/+17
| * - Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detectedGustavo André dos Santos Lopes2012-01-221-48/+82
| * - Year++Felipe Pena2012-01-0118-18/+18
| * Initialize structure (some fields may be missed in array returned from user h...Dmitry Stogov2011-12-221-0/+1
| * - Fixed bug #60455: stream_get_line misbehaves if EOF is not detected togetherGustavo André dos Santos Lopes2011-12-111-3/+2
| * - Fixed borked refactoring in r307437 (using SUCCESS/FAILURE return instead ofGustavo André dos Santos Lopes2011-09-041-6/+8
| * Sync r314808 to 5_3 branchXinchen Hui2011-08-231-1/+1
| * Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-091-1/+1
| * - Fixed bug #52935 (call exit in user_error_handler cause stream relate core).Gustavo André dos Santos Lopes2011-07-051-0/+10
| * Fixed bug #51997 (SEEK_CUR with 0 value, returns a warning).Ilia Alshanetsky2011-06-051-1/+1
| * Fixed bug #54946 (stream_get_contents infinite loop)Hannes Magnusson2011-05-291-0/+3
| * - Merged to 5.3 change in trunk in _php_stream_free. This prevents the segfaultGustavo André dos Santos Lopes2011-05-081-1/+6
| * - Fixed accidental change.Gustavo André dos Santos Lopes2011-05-011-1/+1
| * - Fixed bug #54623 (Segfault when when writing to a persistent socket afterGustavo André dos Santos Lopes2011-05-011-3/+26
| * Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-032-2/+2
| * Fix bug #53913 (Streams functions assume HAVE_GLOB is defined). Patch by ChrisAdam Harvey2011-02-041-0/+2
| * - Fixed bug #53903 (userspace stream stat callback does not separate theGustavo André dos Santos Lopes2011-02-011-0/+1
| * - Fixed several comparisons that always result in true of falseGustavo André dos Santos Lopes2011-02-012-11/+15
| * - don't continue if no valid option valuePierre Joye2011-01-201-0/+2
| * - no need of assert herePierre Joye2011-01-201-2/+3