summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-152-4/+4
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-2/+4
* More zpp error/variation test removalsNikita Popov2019-03-071-0/+0
* More zpp error/variation test removalsNikita Popov2019-03-0611-238/+0
* Fix some port collisions in sockets testsNikita Popov2019-02-254-16/+16
* Avoid port conflicts in ext/sockets testsNikita Popov2019-02-192-6/+6
* Add test socket_setopt() basic functionalityRodrigo Prado2019-02-131-0/+31
* Adding bunch of FreeBSD socket options flags specifics.David Carlier2019-02-121-0/+7
* Remove local variablesPeter Kokot2019-02-032-16/+0
* 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