summaryrefslogtreecommitdiff
path: root/main/streams/xp_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Nikita Popov2020-11-301-3/+6
|\
| * Suppress stream errors in mysqlndNikita Popov2020-11-301-3/+6
* | Suppress bogus [-Wlogical-op] warning from GCCGeorge Peter Banyard2020-10-101-2/+3
|/
* Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-111-4/+0
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-111-4/+0
| |\
| | * Fix #80067: Omitting the port in bindto setting errorsChristoph M. Becker2020-09-111-4/+0
* | | Merge branch 'PHP-7.4'twosee2020-07-291-0/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4twosee2020-07-291-0/+4
| |\ \ | | |/
| | * Handle bindto errortwosee2020-07-291-0/+4
* | | Fix expression warnings and break warningstwosee2020-06-071-4/+3
* | | Fix [-Wundef] warning in streams implementationGeorge Peter Banyard2020-05-121-2/+2
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-111-0/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-111-0/+6
| |\ \ | | |/
| | * Fix #78210: Invalid pointer addressChristoph M. Becker2020-03-111-0/+6
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-201-17/+23
|\ \ \ | |/ /
| * | Fixed bug #79000Nikita Popov2019-12-201-17/+23
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/ /
* | Report errors from stream read and write operationsNikita Popov2019-07-221-13/+13
* | Remove local variablesPeter Kokot2019-02-031-10/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|/
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* year++Xinchen Hui2018-01-021-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-11/+11
* Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
* Merge branch 'PHP-7.1'Anatol Belski2017-04-271-18/+11
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-271-18/+11
| |\
| | * Revert "Detect invalid port in xp_socket parse ip address"Anatol Belski2017-04-271-18/+11
| | * Revert "Follow up patch regarding bug #74216, see bug #74429"Anatol Belski2017-04-271-2/+2
* | | Merge branch 'PHP-7.1'Anatol Belski2017-04-251-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-251-2/+2
| |\ \ | | |/
| | * Follow up patch regarding bug #74216, see bug #74429Sara Golemon2017-04-251-2/+2
* | | Merge branch 'PHP-7.1'Sara Golemon2017-03-071-11/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-03-071-11/+18
| |\ \ | | |/
| | * Detect invalid port in xp_socket parse ip addressSara Golemon2017-03-071-11/+18
* | | Merge branch 'PHP-7.1'Anatol Belski2017-02-151-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-02-151-1/+1
| |\ \ | | |/
| | * Fixed bug #74090 stream_get_contents maxlength>-1 returns empty stringAnatol Belski2017-02-151-1/+1
| | * 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-1/+1
|/ /
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* | Merge branch 'PHP-7.0'Xinchen Hui2016-06-181-4/+14
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-06-181-4/+14
| |\
| | * Fixed bug #72439 (Stream socket with remote address leads to a segmentation f...Xinchen Hui2016-06-181-5/+16
* | | Implement #51879 stream context socket option tcp_nodelayJoe Watkins2016-04-291-24/+37
|/ /
* | 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 #70198 Checking liveness does not work as expectedAnatol Belski2015-08-111-1/+11