summaryrefslogtreecommitdiff
path: root/main/streams/plain_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #72853 (stream_set_blocking doesn't work)Xinchen Hui2016-08-171-1/+13
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Fixed bug #69900 Too long timeout on pipesAnatol Belski2015-07-281-3/+3
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-01-311-1/+1
|\
| * fix group name handlingStanislav Malyshev2015-01-311-1/+1
| * Bump yearXinchen Hui2015-01-151-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-011-4/+2
|\ \ | |/
| * add include for missing usleep protoAnatol Belski2014-12-011-0/+1
| * C89 compatAnatol Belski2014-12-011-4/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-11-301-29/+16
|\ \ | |/
| * Added test and review suggestionmcq82014-11-301-34/+14
| * Fix bug #68335: rmdir doesnt work with file:// stream wrappermcq82014-11-301-0/+7
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-09-291-1/+1
|\ \ | |/
| * increase the polling period to not to break existing behavioursAnatol Belski2014-09-291-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-09-291-0/+28
|\ \ | |/
| * Fixed bug #51800 proc_open on Windows hangs foreverAnatol Belski2014-09-291-0/+28
| * Bump yearXinchen Hui2014-01-031-1/+1
* | restore API compatibilityMichael Wallner2014-07-031-0/+5
* | finishMichael Wallner2014-07-031-6/+1
* | refactor _php_stream_fopen_{temporary_,tmp}file()Michael Wallner2014-07-031-20/+14
* | Fixes to various stream cast on win64Anatol Belski2014-03-191-6/+6
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2013-12-061-5/+7
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-12-061-5/+7
| |\
| | * Fixed bug #61645 (fopen and O_NONBLOCK)Michael Wallner2013-12-061-5/+7
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1
| | * retore open_basedir check for unlinkStanislav Malyshev2011-07-311-35/+39
| | * - Fixed bug 55124, recursive mkdir fails with current (dot) directory in pathPierre Joye2011-07-261-14/+7
| | * implement streams metadata API per RFCStanislav Malyshev2011-05-251-1/+93
* | | applied and fixed the original patchAnatol Belski2013-10-171-1/+1
* | | Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-10/+11
|/ /
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | * fixed bug #60704 unlink() bug with some files pathMateusz Kocielski2012-02-141-7/+20
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1
* | retore open_basedir check for unlinkStanislav Malyshev2011-07-311-0/+4
* | - Fixed bug 55124, recursive mkdir fails with current (dot) directory in pathPierre Joye2011-07-261-14/+7
* | implement streams metadata API per RFCStanislav Malyshev2011-05-251-1/+93
|/
* - PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plainGustavo André dos Santos Lopes2011-02-191-3/+0
* Fix bug #53913 (Streams functions assume HAVE_GLOB is defined). Patch by ChrisAdam Harvey2011-02-041-0/+2
* - don't continue if no valid option valuePierre Joye2011-01-201-0/+2
* - Year++Felipe Pena2011-01-011-1/+1
* - Renamed php_stream_rep_nonstand_mode to Gustavo André dos Santos Lopes2010-11-051-1/+1
* - Fixed bug #53241 (stream casting that relies on fdopen/fopencookie failsGustavo André dos Santos Lopes2010-11-051-1/+3
* - WSPierre Joye2010-09-011-2/+2
* - add lstat support for WindowsPierre Joye2010-09-011-1/+9
* Removed safe_modeKalle Sommer Nielsen2010-04-261-72/+0