summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Nikita Popov2021-02-161-0/+1
|\
| * Mark resource-like objects as non-comparableNikita Popov2021-02-161-0/+1
* | Improve class entry generationMáté Kocsis2021-02-161-3/+2
* | Merge branch 'PHP-8.0'Nikita Popov2021-02-162-0/+22
|\ \ | |/
| * Fixed bug #80723Nikita Popov2021-02-162-0/+22
* | Generate class entries for snmp, soap, sockets, sodium, sqlite3, sysv*, tidyMáté Kocsis2021-02-153-10/+29
* | Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-112-4/+4
* | Replace zend_bool uses with boolNikita Popov2021-01-151-4/+4
* | Make convert_to_*_ex simple aliases of convert_to_*Nikita Popov2021-01-142-13/+13
* | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-122-3/+3
|\ \ | |/
| * socket_create_pair() can no longer return NULLChristoph M. Becker2021-01-122-3/+3
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-121-11/+12
|\ \ | |/
| * Use ephemeral port in socket_create_listen_used.phptNikita Popov2021-01-121-11/+12
* | Merge branch 'PHP-8.0'Nikita Popov2020-11-302-31/+34
|\ \ | |/
| * Use ephemeral ports in mcast_ipv*_recv.phptNikita Popov2020-11-302-31/+34
* | Merge branch 'PHP-8.0'Nikita Popov2020-11-251-2/+3
|\ \ | |/
| * sockets: Fix variable/macro name collision on AIXCalvin Buckley2020-11-251-2/+3
* | Merge branch 'PHP-8.0'Christoph M. Becker2020-11-126-18/+9
|\ \ | |/
| * Strip trailing line breaks and periods from Windows error messagesChristoph M. Becker2020-11-126-18/+9
* | Merge branch 'PHP-8.0'Nikita Popov2020-11-112-1/+12
|\ \ | |/
| * Fix double free when socket_accept failsNikita Popov2020-11-112-1/+12
* | Suppress bogus [-Wlogical-op] warning from GCCGeorge Peter Banyard2020-10-101-5/+1
|/
* Update ext/sockets parameter namesNikita Popov2020-10-069-84/+75
* Promote notice to ValueError for invalid hint keyGeorge Peter Banyard2020-09-282-14/+15
* Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-203-16/+16
* Run tidyNikita Popov2020-09-1843-93/+93
* Display types in stubs more uniformlyMáté Kocsis2020-09-162-2/+2
* Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-091-1/+1
* Fix Windows build for shared ext/socketsChristoph M. Becker2020-09-082-4/+17
* add socket_ce and socket_import_file_descriptor in public APIRemi Collet2020-09-081-6/+4
* Fix UNKNOWN default values in various extensionsMáté Kocsis2020-09-072-6/+6
* Merge branch 'PHP-7.4'Nikita Popov2020-08-262-4/+4
|\
| * Avoid socket path clash in testNikita Popov2020-08-262-4/+4
* | Don't check specific message in socket_shutdown.phptNikita Popov2020-08-101-1/+1
* | Only test one error in socket_strerror() testNikita Popov2020-08-101-142/+10
* | Add many missing closing PHP tags to testsMáté Kocsis2020-08-0942-0/+42
* | Add more argument types to stubsMáté Kocsis2020-08-072-1/+2
* | Normalize error message capitalizationNikita Popov2020-08-052-2/+2
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-052-8/+22
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-052-8/+22
| |\
| | * Fix memory leak on socket_sendmsg() / socket_recvmsg() errorNikita Popov2020-08-052-8/+22
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-051-5/+5
|\ \ \ | |/ /
| * | Unset ai_canonname field in dumpNikita Popov2020-08-051-5/+5
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-052-1/+8
|\ \ \ | |/ /
| * | Set AI_CANONNAME flag in socket_addrinfo testNikita Popov2020-08-051-1/+4
| * | Add ipv6 skipif to testNikita Popov2020-08-051-2/+6
* | | Fix Socket related tests on WindowsMáté Kocsis2020-08-043-21/+22
* | | Fix Windows buildChristoph M. Becker2020-08-041-2/+2
* | | Convert resources to objects in ext/socketsMáté Kocsis2020-08-0335-530/+617
* | | Fix #79923: fix socket_set_option_bindtodevice testSantiago M. Mola2020-08-034-6/+6