summaryrefslogtreecommitdiff
path: root/ext/sockets/php_sockets.h
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows build for shared ext/socketsChristoph M. Becker2020-09-081-4/+16
* add socket_ce and socket_import_file_descriptor in public APIRemi Collet2020-09-081-6/+4
* Convert resources to objects in ext/socketsMáté Kocsis2020-08-031-9/+21
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove local variablesPeter Kokot2019-02-031-7/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Implemented winsock info import/exportAnatol Belski2018-05-171-0/+4
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Fix #72733: Expose getaddrinfo C function, and supporting connect/bindDavid Walker2016-08-121-0/+2
* Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-031-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
| * bump yearXinchen Hui2015-01-151-1/+1
* | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+1
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-0/+2
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-4/+4
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-261-0/+2
|\ \
| * | add php_create_socket/php_destroy_socket PHP_SOCKETS_API to abel to create so...Mathieu CARBONNEAUX2014-11-101-0/+2
* | | convert ext/sockets to work with the static tsrm cache pointerAnatol Belski2014-10-051-1/+1
|/ /
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Refactoring socket (only compilable now)Xinchen Hui2014-05-171-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* - Fixed bug #66381 (__ss_family was changed on AIX 5.3)Felipe Pena2014-01-011-0/+4
* Revert "Fixed Bug #64340 (sockets tests failed) Patch by Reeze"Xinchen Hui2013-03-051-4/+0
* Fixed Bug #64340 (sockets tests failed) Patch by ReezeXinchen Hui2013-03-031-0/+4
* Fix ext/sockets build with phpizeGustavo Lopes2013-02-241-0/+4
* Fix bug and hopefully build on WinSDK 6.1Gustavo Lopes2013-02-031-0/+3
* php_strerror in ext/sockets renamed in 5.5Gustavo Lopes2013-02-021-1/+1
* Merge branch 'sendrecvmsg_rebase_55' into PHP-5.5Gustavo Lopes2013-02-021-1/+14
|\
| * send/recvmsg() support for WindowsGustavo Lopes2013-02-021-1/+3
| * Move some multicast stuff to multicast.cGustavo Lopes2013-02-021-0/+6
| * Redactor to expose socket_import_file_descriptor()Gustavo Lopes2013-02-021-0/+1
| * Wrap recvmsg() and sendmsg()Gustavo Lopes2013-02-021-0/+10
|/
* Ignore warnings on EAGAIN/EWOULDBLOCK/EINPROGRESSGustavo Lopes2013-02-021-1/+3
* Move & improve PHP_SOCKET_ERROR defGustavo Lopes2013-02-021-7/+7
* Move some declarations to sockets.cGustavo Lopes2013-02-021-35/+0
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Added socket_import_stream().Gustavo André dos Santos Lopes2011-03-221-4/+6
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Share the php_sockets.h headerMikko Koppanen2009-12-271-0/+2
* - #49464, fix buildPierre Joye2009-09-041-1/+3
* export le_socket from ext/socketsAntony Dovgal2009-08-311-0/+2
* Fix buildHannes Magnusson2009-01-241-1/+1
* MFH: Windows support for stream_socket_pair(), by moving the socketpair() imp...Kalle Sommer Nielsen2009-01-231-1/+8