summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* It's okey for use a stack value here (deleted immediately after use)Xinchen Hui2014-08-141-1/+1
* Merge branch 'master' into phpngDmitry Stogov2014-06-182-2/+2
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2014-06-182-2/+2
| |\
| | * Update copyright year to 2014Lior Kaplan2014-06-182-2/+2
| | * Bump yearXinchen Hui2014-01-036-6/+6
* | | Use reference counting instead of zval duplicationDmitry Stogov2014-06-052-20/+7
* | | Fixed several tests failesXinchen Hui2014-05-186-8/+15
* | | Z_TYPE_PP > Z_TYPE_PPierre Joye2014-05-171-1/+1
* | | Refactoring socket (only compilable now)Xinchen Hui2014-05-178-299/+288
* | | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-2/+4
|/ /
* | Bump yearXinchen Hui2014-01-036-6/+6
* | Merge branch 'PHP-5.5' into PHP-5.6Felipe Pena2014-01-012-3/+4
|\ \ | |/
| * - Fixed bug #66381 (__ss_family was changed on AIX 5.3)Felipe Pena2014-01-012-3/+4
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2013-12-111-0/+2
|\ \ | |/
| * added missing prototypeAnatol Belski2013-12-111-0/+2
* | Merge branch 'PHP-5.5' into PHP-5.6Felipe Pena2013-11-302-4/+21
|\ \ | |/
| * - Fixed bug #65923 (ext/socket assumes AI_V4MAPPED is defined)Felipe Pena2013-11-302-4/+21
* | Merge branch 'PHP-5.5'Rasmus Lerdorf2013-10-191-1/+1
|\ \ | |/
| * Trivial Coverity fixRasmus Lerdorf2013-10-191-1/+1
* | Merge branch 'PHP-5.5'Michael Wallner2013-10-023-17/+44
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-10-023-17/+44
| |\
| | * fix bug #65808 the socket_connect() won't work with IPv6 addressMichael Wallner2013-10-021-17/+42
| | * less serious compatAbility fixesVeres Lajos2013-07-151-1/+1
* | | Merge branch 'PHP-5.5'Anatol Belski2013-07-181-0/+2
|\ \ \ | |/ /
| * | fix header includeAnatol Belski2013-07-181-0/+2
* | | Merge branch 'PHP-5.5'Gustavo Lopes2013-07-165-13/+130
|\ \ \ | |/ /
| * | socket: support unix paths in the abstract namespaceGustavo Lopes2013-07-154-11/+119
| * | socket: fix bug #65260 (SCM_RIGHTS)Gustavo Lopes2013-07-152-2/+11
| * | less serious compatAbility fixesVeres Lajos2013-07-151-1/+1
* | | less serious compatAbility fixesVeres Lajos2013-07-151-1/+1
* | | Merge branch 'PHP-5.5'Stanislav Malyshev2013-06-232-0/+55
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-232-0/+55
| |\ \ | | |/
| | * Implements feature Bug #63472 ability to set SO_BINDTODEVICE on socket.Damjan Cvetko2013-06-232-1/+56
* | | Merge branch 'PHP-5.5'Anatol Belski2013-05-161-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-05-161-3/+3
| |\ \ | | |/
| | * Fixed error handling for ext/sockets under winAnatol Belski2013-05-161-3/+3
| * | Fix bug #64506: fix build with --disable-ipv6Gustavo Lopes2013-05-083-10/+21
* | | Merge branch 'PHP-5.5'Gustavo Lopes2013-05-083-10/+21
|\ \ \
| * | | Fix bug #64506: fix build with --disable-ipv6Gustavo Lopes2013-05-083-10/+21
| |/ /
* | | OopsSara Golemon2013-04-301-1/+1
* | | Harden loopback testsSara Golemon2013-04-304-24/+50
|/ /
* | skip if no IPv6 supportXinchen Hui2013-03-053-2/+11
* | Fix tests temporaryXinchen Hui2013-03-053-8/+18
* | Skip test on AppleXinchen Hui2013-03-051-1/+4
* | Revert "Fixed Bug #64340 (sockets tests failed) Patch by Reeze"Xinchen Hui2013-03-052-9/+0
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-03-031-0/+3
|\ \ | |/
| * Fix test (skip on unable to create socket)Xinchen Hui2013-03-031-0/+3
| * Move macro back to .c fileGustavo Lopes2013-02-022-8/+8
* | Fixed Bug #64340 (sockets tests failed) Patch by ReezeXinchen Hui2013-03-032-0/+9
* | sendrecvmsg_shutdown function moved to mshutdownGustavo Lopes2013-02-241-9/+19