summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* Use zero port in socket_(export|import)_stream-4-win.phptChristoph M. Becker2019-06-062-10/+10
* Allow exceptions in __toString()Nikita Popov2019-06-051-1/+4
* Use zero port in socket_(export|import)_stream-5.phptNikita Popov2019-06-052-4/+4
* Fix potential port conflictsNikita Popov2019-06-043-10/+10
* Prevent parallel test conflictsChristoph M. Becker2019-05-271-2/+2
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-232-0/+3
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-232-0/+3
| |\
| | * Fixed bug #78038 socket_select with referencesNikita Popov2019-05-232-0/+3
* | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-24/+20
* | | Fix last maybe uninit warnings on 7.4Nikita Popov2019-04-151-0/+3
* | | 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