summaryrefslogtreecommitdiff
path: root/ext/standard/streamsfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-7/+7
* Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-1/+1
* Use int instead of long in protosGabriel Caruso2018-02-231-7/+6
* Merge branch 'PHP-7.2'Anatol Belski2018-01-271-1/+1
|\
| * fixed Big_endian issue on s390x for stream test casesSam Ding2018-01-271-1/+1
| * year++Xinchen Hui2018-01-021-1/+1
* | Eliminate separationsDmitry Stogov2018-01-171-17/+21
* | year++Xinchen Hui2018-01-021-1/+1
* | Merge branch 'PHP-7.2'Joe Watkins2017-11-061-2/+2
|\ \ | |/
| * Fix proto documents for new global functionsTyson Andre2017-11-061-2/+2
* | RC manipulation cleanupXinchen Hui2017-11-011-2/+2
* | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-2/+2
* | Merge branch 'PHP-7.2'Sara Golemon2017-10-071-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2017-10-071-1/+1
| |\
| | * Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-10-071-1/+1
| | |\
| | | * Bugfix #74556 stream_socket_get_name() returns null bytes on MacOSSara Golemon2017-10-071-1/+1
* | | | Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-4/+2
* | | | Move cwd_state and path related routines to size_tAnatol Belski2017-07-271-1/+1
|/ / /
* | | Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-16/+16
* | | Merge branch 'PHP-7.1'Sara Golemon2017-05-281-0/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-05-281-0/+5
| |\ \ | | |/
| | * Bugfix #74556 stream_socket_get_name() returns empty stringSara Golemon2017-05-281-0/+5
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Don't separate output argumentsDmitry Stogov2017-05-231-2/+2
* | | simplify and generalize crossplatform partsAnatol Belski2017-04-131-20/+7
* | | unify behaviorAnatol Belski2017-04-131-6/+4
* | | Rely on having unistd.h (which provides isatty function)Remi Collet2017-04-121-1/+4
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Use new param API in standard/streamsfuncsSara Golemon2016-12-291-68/+112
* | | Add VT100 support for WindowsMichele Locati2016-10-281-0/+114
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2016-09-111-72/+0
|\ \ | |/
| * Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-72/+0
* | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2016-09-051-2/+2
|\ \ | |/
| * Unbreak FAST_ZPP dead codeAndrea Faulds2016-09-051-2/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-161-1/+1
|\ \ | |/
| * Fixed #72857 stream_socket_recvfrom read access violationAnatol Belski2016-08-161-1/+1
* | Merge branch 'PHP-7.0'Anatol Belski2016-07-031-1/+1
|\ \ | |/
| * Fixed bug #72534 stream_socket_get_name crashesAnatol Belski2016-07-031-1/+1
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-2/+2
|/
* Fixed bug #72075 (Referencing socket resources breaks stream_select)Xinchen Hui2016-04-221-0/+3
* Fixed Bug #71884 (Null pointer deref (segfault) in stream_context_get_default)Xinchen Hui2016-03-231-3/+2
* Merge branch 'PHP-5.6.18' into PHP-7.0.3Stanislav Malyshev2016-02-011-5/+6
|\
| * Merge branch 'PHP-5.5.32' into PHP-5.6.18Stanislav Malyshev2016-02-011-10/+10
| |\
| | * Fixed bug #71323 - Output of stream_get_meta_data can be falsified by its inputStanislav Malyshev2016-01-161-10/+10
* | | 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
* | | This should be betterXinchen Hui2015-12-301-1/+0
* | | Fixed bug #71245 (file_get_contents() ignores "header" context option if it's...Xinchen Hui2015-12-301-2/+3
* | | Internal function argumensts cleanup (strict_types)Xinchen Hui2015-12-121-1/+1