Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make stream->context indirect trough zend_resource (stream->ctx->ptr). | Dmitry Stogov | 2014-08-07 | 1 | -1/+4 |
* | Fixed resource leak | Dmitry Stogov | 2014-07-31 | 1 | -9/+2 |
* | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -0/+1 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-04-20 | 1 | -0/+1 |
| |\ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-04-20 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Fix bug #65701: Do not use cache for file file copy | Boro Sitnikovski | 2014-04-20 | 1 | -0/+1 |
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | | Refactor libxml (incompleted) | Xinchen Hui | 2014-04-11 | 1 | -2/+2 |
* | | | | Refactor stream_get_record to return zend_string | Xinchen Hui | 2014-03-05 | 1 | -1/+1 |
* | | | | Refactor _php_stream_scandir to avoid memleak | Xinchen Hui | 2014-03-02 | 1 | -4/+4 |
* | | | | Refactoring php_stream_copy_to_mem to return zend_string | Xinchen Hui | 2014-02-24 | 1 | -5/+4 |
* | | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-13 | 1 | -2/+2 |
* | | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -5/+5 |
|/ / / | |||||
* | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | slim post data | Michael Wallner | 2013-08-27 | 1 | -1/+1 |
* | | | Constify streams API and a few other calls down the rabbit hole. | Andrey Hristov | 2013-07-30 | 1 | -22/+22 |
|/ / | |||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | 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 |
| | * | - Fixed bug #61253: Wrappers opened with errors concurrency problem | Gustavo André dos Santos Lopes | 2012-03-08 | 1 | -2/+2 |
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | * | Fixed bug #53541 (format string bug in ext/phar). | Ilia Alshanetsky | 2010-12-14 | 1 | -3/+11 |
| | * | - Renamed php_stream_rep_nonstand_mode to | Gustavo André dos Santos Lopes | 2010-11-05 | 1 | -6/+0 |
| | * | - Fixed bug #53241 (stream casting that relies on fdopen/fopencookie fails | Gustavo André dos Santos Lopes | 2010-11-05 | 1 | -0/+6 |
| | * | Fix bug #52802 (Out-of-date comment for | Adam Harvey | 2010-09-10 | 1 | -4/+4 |
| * | | - Fixed bug #61253: Wrappers opened with errors concurrency problem | Gustavo André dos Santos Lopes | 2012-03-08 | 1 | -2/+2 |
| * | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | | - Fixed borked refactoring in r307437 (using SUCCESS/FAILURE return instead of | Gustavo André dos Santos Lopes | 2011-09-04 | 1 | -1/+1 |
| * | | implement streams metadata API per RFC | Stanislav Malyshev | 2011-05-25 | 1 | -0/+11 |
* | | | - Fixed bug #61253: Wrappers opened with errors concurrency problem | Gustavo André dos Santos Lopes | 2012-03-08 | 1 | -4/+0 |
* | | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | | - Fixed borked refactoring in r307437 (using SUCCESS/FAILURE return instead of | Gustavo André dos Santos Lopes | 2011-09-04 | 1 | -1/+1 |
* | | | implement streams metadata API per RFC | Stanislav Malyshev | 2011-05-25 | 1 | -0/+11 |
|/ / | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | | Fixed bug #53541 (format string bug in ext/phar). | Ilia Alshanetsky | 2010-12-14 | 1 | -3/+11 |
* | | - Added leak_variable() function. | Gustavo André dos Santos Lopes | 2010-11-15 | 1 | -1/+8 |
* | | - Renamed php_stream_rep_nonstand_mode to | Gustavo André dos Santos Lopes | 2010-11-05 | 1 | -6/+0 |
* | | - Fixed bug #53241 (stream casting that relies on fdopen/fopencookie fails | Gustavo André dos Santos Lopes | 2010-11-05 | 1 | -0/+6 |
* | | Fix bug #52802 (Out-of-date comment for | Adam Harvey | 2010-09-10 | 1 | -4/+4 |
* | | add the constant back. quite a lot of code uses it. | Antony Dovgal | 2010-04-28 | 1 | -0/+1 |
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -1/+0 |
|/ | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | MFH: Better fix for #47997 | Arnaud Le Blanc | 2009-04-19 | 1 | -4/+2 |
* | Fixed bug #47997 (stream_copy_to_stream returns 1 on empty streams) | Arnaud Le Blanc | 2009-04-19 | 1 | -0/+5 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | Cleanup: remove trailing whitespaces | Lars Strojny | 2008-12-13 | 1 | -18/+18 |