Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.5.32' into PHP-5.6.18 | Stanislav Malyshev | 2016-02-01 | 1 | -14/+16 |
|\ | |||||
| * | Fixed bug #71323 - Output of stream_get_meta_data can be falsified by its input | Stanislav Malyshev | 2016-01-16 | 1 | -14/+16 |
* | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2015-02-05 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Conflicts: | Nayana Hettiarachchi | 2015-02-05 | 1 | -0/+4 |
| * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Julien Pauli | 2014-12-12 | 1 | -8/+12 |
|\ \ | |/ | |||||
| * | Fix bug #68532: convert.base64-encode omits padding bytes | mcq8 | 2014-12-12 | 1 | -8/+12 |
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | restore API compatibility | Michael Wallner | 2014-07-03 | 1 | -1/+6 |
* | | finish | Michael Wallner | 2014-07-03 | 1 | -0/+1 |
* | | refactor php_stream_temp_create{,_ex} and use it for the php://input stream | Michael Wallner | 2014-07-03 | 1 | -4/+11 |
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | Constify streams API and a few other calls down the rabbit hole. | Andrey Hristov | 2013-07-30 | 1 | -3/+5 |
|/ | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | - Added leak_variable() function. | Gustavo André dos Santos Lopes | 2010-11-15 | 1 | -11/+7 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | - Fixed bug #49572 (use of C++ style comments causes build failure) | Sriram Natarajan | 2009-09-17 | 1 | -1/+1 |
* | Fix warning when inner stream of a temp:// stream is closed before | Arnaud Le Blanc | 2009-05-16 | 1 | -0/+1 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFB: Fixed bug #44440 (st_blocks undefined under BeOS) | Felipe Pena | 2008-03-15 | 1 | -0/+3 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | - MFH Fix logic | Marcus Boerger | 2007-02-22 | 1 | -5/+5 |
* | - MFH options/exports | Marcus Boerger | 2007-02-07 | 1 | -3/+3 |
* | - MFH Add PHPAPI to stuff needed by streams API for shared exts | Marcus Boerger | 2007-02-03 | 1 | -3/+6 |
* | - Disable memory streams set option until 5.2.2 | Marcus Boerger | 2007-01-27 | 1 | -1/+1 |
* | - MFH truncate support for mem/temp streams | Marcus Boerger | 2007-01-27 | 1 | -5/+39 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | MFH | Antony Dovgal | 2006-12-21 | 1 | -1/+0 |
* | MFH | Antony Dovgal | 2006-12-21 | 1 | -0/+1 |
* | Mark memory streams as is_url | Rasmus Lerdorf | 2006-11-04 | 1 | -1/+1 |
* | url->URL | Hannes Magnusson | 2006-06-29 | 1 | -2/+2 |
* | MFH: don't leak when decoding failed | Antony Dovgal | 2006-06-06 | 1 | -0/+1 |
* | - MFH Fix feof() | Marcus Boerger | 2006-05-23 | 1 | -6/+8 |
* | - MFH Handle corrupt base64 data in data: url | Marcus Boerger | 2006-05-21 | 1 | -13/+17 |
* | - MFH No need to have this controlled by allow_url_fopen | Marcus Boerger | 2006-05-14 | 1 | -1/+1 |
* | - MFH RFC2397 decoding | Marcus Boerger | 2006-05-14 | 1 | -2/+14 |
* | - MFH RFC 2397 meta data handling | Marcus Boerger | 2006-05-14 | 1 | -7/+78 |
* | - MFH Initial support for RFC2397 | Marcus Boerger | 2006-05-13 | 1 | -48/+168 |
* | - MFH Fix seek/eof issue in temp streams | Marcus Boerger | 2006-03-18 | 1 | -1/+1 |
* | - Fix issue with memset seeking | Marcus Boerger | 2006-01-05 | 1 | -16/+47 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | - Fix temp/memory stream modes | Marcus Boerger | 2005-12-14 | 1 | -3/+3 |
* | - MFH C vs. C++ fix | Marcus Boerger | 2005-10-07 | 1 | -1/+2 |
* | - MFH Fix issue (endless loop) with temp/memory streams | Marcus Boerger | 2005-10-06 | 1 | -1/+7 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | add an open mode for the memory streams that allows the stream to take | Wez Furlong | 2005-02-06 | 1 | -1/+1 |