Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #72853 (stream_set_blocking doesn't work) | Xinchen Hui | 2016-08-17 | 1 | -1/+13 |
* | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | Fixed bug #69900 Too long timeout on pipes | Anatol Belski | 2015-07-28 | 1 | -3/+3 |
* | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-01-31 | 1 | -1/+1 |
|\ | |||||
| * | fix group name handling | Stanislav Malyshev | 2015-01-31 | 1 | -1/+1 |
| * | 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 | Anatol Belski | 2014-12-01 | 1 | -4/+2 |
|\ \ | |/ | |||||
| * | add include for missing usleep proto | Anatol Belski | 2014-12-01 | 1 | -0/+1 |
| * | C89 compat | Anatol Belski | 2014-12-01 | 1 | -4/+1 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-11-30 | 1 | -29/+16 |
|\ \ | |/ | |||||
| * | Added test and review suggestion | mcq8 | 2014-11-30 | 1 | -34/+14 |
| * | Fix bug #68335: rmdir doesnt work with file:// stream wrapper | mcq8 | 2014-11-30 | 1 | -0/+7 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-09-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | increase the polling period to not to break existing behaviours | Anatol Belski | 2014-09-29 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-09-29 | 1 | -0/+28 |
|\ \ | |/ | |||||
| * | Fixed bug #51800 proc_open on Windows hangs forever | Anatol Belski | 2014-09-29 | 1 | -0/+28 |
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | restore API compatibility | Michael Wallner | 2014-07-03 | 1 | -0/+5 |
* | | finish | Michael Wallner | 2014-07-03 | 1 | -6/+1 |
* | | refactor _php_stream_fopen_{temporary_,tmp}file() | Michael Wallner | 2014-07-03 | 1 | -20/+14 |
* | | Fixes to various stream cast on win64 | Anatol Belski | 2014-03-19 | 1 | -6/+6 |
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Michael Wallner | 2013-12-06 | 1 | -5/+7 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2013-12-06 | 1 | -5/+7 |
| |\ | |||||
| | * | Fixed bug #61645 (fopen and O_NONBLOCK) | Michael Wallner | 2013-12-06 | 1 | -5/+7 |
| | * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | * | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 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 |
| | * | implement streams metadata API per RFC | Stanislav Malyshev | 2011-05-25 | 1 | -1/+93 |
* | | | applied and fixed the original patch | Anatol Belski | 2013-10-17 | 1 | -1/+1 |
* | | | Constify streams API and a few other calls down the rabbit hole. | Andrey Hristov | 2013-07-30 | 1 | -10/+11 |
|/ / | |||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | * fixed bug #60704 unlink() bug with some files path | Mateusz Kocielski | 2012-02-14 | 1 | -7/+20 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -1/+1 |
* | | retore open_basedir check for unlink | Stanislav Malyshev | 2011-07-31 | 1 | -0/+4 |
* | | - Fixed bug 55124, recursive mkdir fails with current (dot) directory in path | Pierre Joye | 2011-07-26 | 1 | -14/+7 |
* | | implement streams metadata API per RFC | Stanislav Malyshev | 2011-05-25 | 1 | -1/+93 |
|/ | |||||
* | - PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plain | Gustavo André dos Santos Lopes | 2011-02-19 | 1 | -3/+0 |
* | Fix bug #53913 (Streams functions assume HAVE_GLOB is defined). Patch by Chris | Adam Harvey | 2011-02-04 | 1 | -0/+2 |
* | - don't continue if no valid option value | Pierre Joye | 2011-01-20 | 1 | -0/+2 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | - Renamed php_stream_rep_nonstand_mode to | Gustavo André dos Santos Lopes | 2010-11-05 | 1 | -1/+1 |
* | - Fixed bug #53241 (stream casting that relies on fdopen/fopencookie fails | Gustavo André dos Santos Lopes | 2010-11-05 | 1 | -1/+3 |
* | - WS | Pierre Joye | 2010-09-01 | 1 | -2/+2 |
* | - add lstat support for Windows | Pierre Joye | 2010-09-01 | 1 | -1/+9 |
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -72/+0 |