summaryrefslogtreecommitdiff
path: root/main/streams/plain_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Fixed bug #76422 ftruncate fails on files > 2GBAnatol Belski2018-06-091-0/+22
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* year++Xinchen Hui2018-01-021-1/+1
* Turn "php_stream_wrapper"s into constantsDmitry Stogov2017-12-141-3/+3
* Move constants into read-only data segmentDmitry Stogov2017-12-141-2/+3
* eliminate castsAnatol Belski2017-07-101-4/+3
* cleanup castsAnatol Belski2017-07-091-7/+4
* Remove superfluous semicolonsTom Van Looy2017-06-261-1/+1
* Merge branch 'PHP-7.1'Xinchen Hui2017-04-101-3/+3
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-101-3/+3
| |\
| | * Fixed condition checkXinchen Hui2017-04-101-3/+3
* | | Merge branch 'PHP-7.1'Anatol Belski2017-01-071-0/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-071-0/+6
| |\ \ | | |/
| | * add 'e' flag for fopen() to enable CLOEXECEvgeniy Makhrov2017-01-071-0/+6
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Remove Netware supportKalle Sommer Nielsen2016-11-121-4/+4
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-171-0/+12
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-08-171-0/+12
| |\
| | * Fixed bug #72853 (stream_set_blocking doesn't work)Xinchen Hui2016-08-171-1/+13
* | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-2/+10
|/ /
* | simplify expressionJoe Watkins2016-04-281-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * 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
* | add overflow checkAnatol Belski2015-09-021-1/+5
* | fix pipe peek timeoutAnatol Belski2015-07-021-3/+3
* | Fix alignment on 32-bitChristoph M. Becker2015-07-021-1/+2
* | fix c/p issueAnatol Belski2015-07-021-6/+6
* | initial stuff to make allow blocking pipes on windowsAnatol Belski2015-07-021-2/+22
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-4/+4
* | no more winxp, but reallyAnatol Belski2015-04-041-4/+2
* | fix conditionAnatol Belski2015-03-191-1/+1
* | use portable fseekAnatol Belski2015-03-111-1/+1
* | Avoid repeatable strlen() callsDmitry Stogov2015-03-051-10/+9
* | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-31/+23
* | Merge branch 'pull-request/1032'Stanislav Malyshev2015-02-011-3/+6
|\ \
| * | do_fstat changesJoshua Rogers2015-02-011-3/+6
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-01-311-1/+1
|\ \ \ | | |/ | |/|
| * | 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
* | | | fix warningsMichael Wallner2015-01-301-0/+3
| |_|/ |/| |
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-35/+35
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-89/+89
* | | Merge branch 'PHP-5.6'Anatol Belski2014-12-011-4/+1
|\ \ \ | |/ /