summaryrefslogtreecommitdiff
path: root/main/streams/xp_socket.c
Commit message (Expand)AuthorAgeFilesLines
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-37/+37
* fix unused var warningAnatol Belski2014-11-141-1/+2
* fix datatype mismatchAnatol Belski2014-10-271-0/+4
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* master renames phase 4Anatol Belski2014-08-251-1/+1
* master renames phase 3Anatol Belski2014-08-251-1/+1
* master renames phase 1Anatol Belski2014-08-251-2/+2
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-10/+18
* cleanup (use zend_string* instead of char*)Dmitry Stogov2014-08-131-12/+8
* Merge branch 'master' into testDmitry Stogov2014-08-111-1/+35
|\
| * Merge branch 'PHP-5.6'Daniel Lowrey2014-08-051-1/+35
| |\
| | * Add SO_REUSEPORT + SO_BROADCAST support via socket stream context optionDaniel Lowrey2014-08-051-1/+35
| |/
* | Make stream->context indirect trough zend_resource (stream->ctx->ptr).Dmitry Stogov2014-08-071-6/+6
* | Check if socket is still aliveDmitry Stogov2014-06-201-3/+15
* | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-1/+2
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2014-04-021-1/+2
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2014-04-021-1/+2
| | |\
| | | * Fix bug #64330Michael Wallner2014-04-021-1/+2
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | | * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | * Happy New YearXinchen Hui2013-01-011-1/+1
| | | * - size_t may be shorter than long and definitely is not signed. Note that theGustavo André dos Santos Lopes2012-03-041-1/+3
| | | * Fixed bug #60106 (stream_socket_server silently truncates long unix socket pa...Ilia Alshanetsky2012-03-031-0/+1
| | | * - Year++Felipe Pena2012-01-011-1/+1
| | * | Bump yearXinchen Hui2014-01-031-1/+1
* | | | Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-1/+1
* | | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-5/+5
|/ / /
* | | Bump yearXinchen Hui2014-01-031-1/+1
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2013-12-121-1/+1
|\ \ \ | |/ /
| * | Fixed bug #65486 mysqli_poll() is broken on Win x64Anatol Belski2013-12-121-1/+1
* | | Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-4/+4
|/ /
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | - size_t may be shorter than long and definitely is not signed. Note that theGustavo André dos Santos Lopes2012-03-041-1/+3
* | Fixed bug #60106 (stream_socket_server silently truncates long unix socket pa...Ilia Alshanetsky2012-03-031-0/+1
* | - Year++Felipe Pena2012-01-011-1/+1
|/
* - PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plainGustavo André dos Santos Lopes2011-02-191-4/+0
* - Year++Felipe Pena2011-01-011-1/+1
* add backlock socket context option for stream_socket_server(),Michael Wallner2010-03-111-1/+1
* Fixed bug #50787 (stream_set_write_buffer() has no effect on socket streams).Ilia Alshanetsky2010-01-181-0/+4
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* fix bug #50196Stanislav Malyshev2009-12-191-0/+4
* Fixed ext/standard/tests/streams/stream_get_contents_002.phptDmitry Stogov2009-09-231-1/+1
* - Fixed bug #49447 (php engine need to correctly check for socket API Sriram Natarajan2009-09-041-4/+12
* MFB: Fixed bug #44874 (dead pfsockopen'ed sockets aren't reaped whenIlia Alshanetsky2009-02-091-1/+1
* MFH:Felipe Pena2009-01-071-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Revert fix for 43782, as it caused problems.David Soria Parra2008-11-241-6/+2
* MFH: Fixed bug #43782 (feof() does not detect timeout on socket)David Soria Parra2008-08-261-2/+6
* MFH:- Fixed bug #44127 (UNIX abstract namespace socket connect does not work)Jani Taskinen2008-07-161-1/+1