summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-101-1/+1
|\
| * Fixed condition checkXinchen Hui2017-04-101-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-131-2/+2
|\ \ | |/
| * templatize the resource numberAnatol Belski2017-01-131-2/+2
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-048-8/+8
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-048-8/+8
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-221-1/+1
|\ \ | |/
| * remove TSRMLS_*Anatol Belski2016-11-211-1/+1
* | Fix #72810. Add check for SKIP_ONLINE_TESTSVille Hukkamäki2016-08-112-0/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-282-0/+6
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-282-0/+6
| |\
| | * Fix #72677: SCM_CREDENTIALS related tests should be skipped on AIXChristoph M. Becker2016-07-282-0/+6
* | | Fixed compilation warningsDmitry Stogov2016-06-235-14/+14
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-214-14/+14
|/ /
* | Implement socket_export_stream()Chris Wright2016-05-027-3/+465
* | fix #71609: Segmentation fault on ZTS with gethostbynameJoe Watkins2016-03-312-3/+3
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* | Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-031-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-01-186-0/+143
|\ \ | |/
| * fork testAnatol Belski2016-01-182-0/+35
| * fork test for win32Anatol Belski2016-01-182-0/+62
| * fork testAnatol Belski2016-01-182-0/+46
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-018-8/+8
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-018-8/+8
* | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2015-12-244-0/+205
|\ \ | |/
| * Fixed and improved testsJulien Pauli2015-12-242-3/+30
| * test to function socket_getopt();marcosptf2015-12-241-0/+74
| * test to function socket_shutdown();marcosptf2015-12-241-0/+54
| * test to function socket_send();marcosptf2015-12-241-0/+50
| * backport missing rev bfdc9e280515c1639dfe1d81ce6fc225d2cf1bc9Anatol Belski2015-06-251-1/+1
* | Add support for IPV6_V6ONLY on socketsBob Weinand2015-11-061-0/+4
* | Fixed test (it failed on 32-bit Linux and worked on 64-bit Linux just because...Dmitry Stogov2015-10-071-2/+2
* | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-242-4/+4
* | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+1
* | More warning fixesNikita Popov2015-07-171-3/+5
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-302-36/+36
* | Remove these old references to the DSP files we don't use anymoreKalle Sommer Nielsen2015-06-221-1/+0
* | fix unknown size of void errorAnatol Belski2015-06-171-1/+1
* | Merge branch 'PHP-5.6'Sara Golemon2015-06-171-2/+2
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Sara Golemon2015-06-171-2/+2
| |\
| | * Fix buffer growth in sockets/conversion.cSara Golemon2015-06-171-2/+2
* | | fixed language dependent Windows socket testsChristoph M. Becker2015-06-082-3/+3
* | | Fixed bug #68887 (resources are not freed correctly)Dmitry Stogov2015-04-081-1/+2
* | | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-232-1/+3
* | | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-1/+1
* | | Use specialized macro for string zval creationDmitry Stogov2015-03-121-1/+1
* | | ZTS cleanupReeze Xia2015-03-081-1/+1
* | | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-3/+3
* | | Use new ZEND_HASH_FOREACH_... API.Dmitry Stogov2015-02-101-6/+7
* | | found type is unnecessaryXinchen Hui2015-02-022-3/+3