summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
...
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-308-8/+8
* | | Implement typed propertiesNikita Popov2019-01-111-53/+32
* | | Merge branch 'PHP-7.3'Anatol Belski2018-12-262-0/+67
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-12-262-0/+67
| |\ \ | | |/
| | * Initialize s_un (sockaddr_un) to zero before using it. Fixes #76839.Michael Meyer2018-12-262-0/+67
* | | Merge branch 'PHP-7.3'Nikita Popov2018-11-201-1/+9
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-11-201-1/+9
| |\ \ | | |/
| | * Define __APPLE_USE_RFC_3542 for new ipv6 constantsMizunashi Mana2018-11-201-1/+9
* | | Merge branch 'PHP-7.3'Joe Watkins2018-11-134-0/+50
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2018-11-134-0/+50
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2018-11-134-0/+52
| | |\
| | | * Validate length on socket_writeThiago Carvalho2018-11-134-0/+52
| | | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1539-46/+1
| | | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1422-31/+31
| | | * Sync leading and final newlines in source code filesPeter Kokot2018-10-142-2/+0
| | | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
| | | * Convert CRLF line endings to LFPeter Kokot2018-10-135-646/+646
| | * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1539-46/+1
| | * | Trim trailing whitespace in *.phptPeter Kokot2018-10-1422-31/+31
| | * | Sync leading and final newlines in source code filesPeter Kokot2018-10-142-2/+0
| | * | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
| * | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1540-47/+1
| * | | Trim trailing whitespace in *.phptPeter Kokot2018-10-1423-32/+32
| * | | Sync leading and final newlines in source code filesPeter Kokot2018-10-142-2/+0
* | | | Suppress already used warningMizunashi Mana2018-11-091-1/+1
* | | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1540-47/+1
* | | | Trim trailing whitespace in *.phptPeter Kokot2018-10-143-5/+5
* | | | Trim trailing whitespace in testsGabriel Caruso2018-10-1420-27/+27
* | | | Sync leading and final newlines in source code filesPeter Kokot2018-10-142-2/+0
* | | | Fix localized error messages and memory leaksAnatol Belski2018-09-171-26/+13
* | | | Remove not needed checking for <errno.h>Peter Kokot2018-09-091-1/+1
* | | | Make more tests run on LinuxGabriel Caruso2018-08-285-78/+27
* | | | Fix SKIPIF conditions for online testsGabriel Caruso2018-08-051-0/+1
|/ / /
* | | Cleanup unused itemsAnatol Belski2018-08-021-1/+0
* | | Replace obsolete AC_TRY_FOO with AC_FOO_IFELSEPeter Kokot2018-07-301-16/+16
* | | Remove unused Git attributes identPeter Kokot2018-07-258-16/+1
* | | Use zval_ptr_dtor() imstead of zval_dtor()Dmitry Stogov2018-07-051-1/+1
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-2/+2
* | | Remove old SVN keywords substitutions from xsl and sockets testsPeter Kokot2018-06-132-2/+2
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* | | Implemented winsock info import/exportAnatol Belski2018-05-173-1/+258
* | | Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-8/+8
* | | Merge branch 'PHP-7.2'Thomas Punt2018-04-291-0/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Thomas Punt2018-04-291-0/+3
| |\ \ | | |/
| | * The SO_PASSCRED constant is conditionally definedThomas Punt2018-04-291-0/+3
* | | Merge branch 'PHP-7.2'Thomas Punt2018-04-281-21/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Thomas Punt2018-04-281-21/+21
| |\ \ | | |/
| | * Fix potential memory leaks in sockets extensionThomas Punt2018-04-281-21/+21
* | | Merge branch 'PHP-7.2'Nikita Popov2018-03-231-1/+1
|\ \ \ | |/ /
| * | Add missing skip prefix for some SKIPIF messagesatvoicu2018-03-231-1/+1