summaryrefslogtreecommitdiff
path: root/main/streams/plain_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-89/+89
* Merge branch 'PHP-5.6'Anatol Belski2014-12-011-4/+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.6'Stanislav Malyshev2014-11-301-29/+16
|\ \ \ | |/ /
| * | 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
* | | proper dllexportAnatol Belski2014-11-181-1/+1
* | | fix datatype mismatchesAnatol Belski2014-10-271-10/+14
* | | add include for usleep() protoAnatol Belski2014-10-231-0/+1
* | | Merge branch 'PHP-5.6'Anatol Belski2014-09-291-1/+1
|\ \ \ | |/ /
| * | 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.6'Anatol Belski2014-09-291-0/+28
|\ \ \ | |/ /
| * | 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
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | fix typeAnatol Belski2014-09-141-1/+1
* | | master renames phase 4Anatol Belski2014-08-251-1/+1
* | | master renames phase 3Anatol Belski2014-08-251-3/+3
* | | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-17/+23
|/ /
* | 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