1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

269 Commits

Author SHA1 Message Date
Niels Dossche
2ca1058473 Clarify socket_write() (#4474)
The note was not parseable for me, and the use of "buffer" for both the
network buffers and the input data (in the same sentence) made it too
confusing for me to interpret initially.
2025-02-20 09:43:47 -08:00
David CARLIER
42402941bb [PHP 8.4] Fix sockets constants update (#4213) 2024-12-02 12:35:21 +00:00
David CARLIER
8c41f7f5cf [PHP 8.4] socket update (#4210) 2024-12-01 12:55:39 +00:00
Gina Peter Banyard
0e097419a8 Add changelog for sockets PHP 8.4 change (#4109)
This was changed in db22a7cfcb already
2024-11-20 19:08:05 +00:00
Mikhail Alferov
765056369b socket-recv.xml Update output example entity to similar (#3753)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2024-10-12 16:48:57 +01:00
Leonardo Lara Rodrigues
35883800e7 socket-bind.xml: Remove notes related to Windows 9x/Me (GH-3756)
Remove notes related to Windows 9x/Me which is not supported by the PHP versions currently documented in the manual.
2024-09-16 14:45:44 +02:00
Mikhail Alferov
e8df7102cc socket-recv.xml Wrap the function name by tag function (GH-3752) 2024-09-15 23:09:19 +02:00
Mikhail Alferov
e50e797467 Remove extra space characters (GH-3737)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2024-09-12 23:37:42 +02:00
Mikhail Alferov
cbf8c63630 Add socket constant descriptions (#3499)
Can we add a few words about these constants? The socket_getpeername() function page mentions these constants, but there is not a word about them in the documentation
2024-07-26 01:52:21 +01:00
haszi
765b2d6eec Remove empty configuration pages (#3538)
Co-authored-by: haszi <haszika80@gmail.com>
2024-07-09 22:24:55 +01:00
Mikhail Alferov
5eaa3458d5 socket-getpeername.xml: remove excessive length of refpurpose (#3497)
Or at least no longer than that, as example: `Queries the remote side of the given socket for a host/port or a  file system path`
2024-07-07 16:26:22 +01:00
Mikhail Alferov
b0dba86b66 socket-addrinfo-lookup.xml: to clarify the family of functions (#3496)
Co-authored-by: Gina Peter Banyard <girgias@php.net>
2024-07-07 15:57:51 +01:00
Mikhail Alferov
7ba008401f [skip-revcheck] socket-*.xml: add final stop (#3495)
* socket-addrinfo-connect.xml: add the missing dot character

* socket-addrinfo-explain.xml: add the missing dot char
2024-07-07 15:03:23 +01:00
haszi
10d68da45d Add missing socket constants 2024-07-07 14:58:55 +01:00
haszi
c56da98841 [skip-revcheck] Fix whitespace 2024-07-07 14:58:55 +01:00
haszi
605553e228 Remove empty requirements pages (#3464)
Co-authored-by: haszi <haszika80@gmail.com>
2024-07-07 14:34:34 +01:00
Gina Peter Banyard
4d17b7b494 [skip-revcheck] Convert class markup to be compatible with DocBook 5.2
Closes GH-3415
2024-06-14 17:04:53 +01:00
Máté Kocsis
db22a7cfcb Sync some methodsynopses with stubs (#3356)
Co-authored-by: Gina Peter Banyard <girgias@php.net>
2024-04-28 21:42:56 +01:00
haszi
f80105b4fc Remove constant tag from literal values (#3251)
* Remove constant tag from literal values

* [skip-revcheck] Fix whitespace

---------

Co-authored-by: haszi <haszika80@gmail.com>
2024-03-10 21:34:11 +01:00
haszi
b9142963a5 [skip-revcheck] Update socket constant IDs (#3226)
Co-authored-by: haszi <haszika80@gmail.com>
2024-02-29 14:58:16 +00:00
David CARLIER
cf5cf50fbc [PHP 8.3] socket constants update. (#2948) 2023-11-19 07:09:46 +00:00
David CARLIER
eef7fb60d1 [PHP 8.3] Document new socket_atmark() function. (#2946) 2023-11-18 05:05:45 +00:00
Máté Kocsis
5bc8ebe3c1 Synchronize predefined constants with stubs - part 3 (#2742)
Fix wrong constant types. Apparently, in some cases, the type of the relevant option is documented as the constant type.
2023-09-05 11:16:57 +01:00
Máté Kocsis
5e9500ddad [skip-revcheck] Syncronize predefined constants with stubs - part 1 (#2739)
Preparation commit for syncing constants with stub.

This reformats the page, which is mainly just whitespace changes.
2023-09-04 23:37:50 +01:00
Máté Kocsis
14767af0f0 Use new class synopsis markup (#2611)
Follow-up on https://github.com/php/phd/pull/77
2023-08-30 12:28:30 +01:00
Adam Newbold
70a1ee5310 [skip-revcheck] Removed errant be (#2413) 2023-04-16 21:11:09 +01:00
David CARLIER
eb1f127382 socket_get_option IP_MULTICAST_LOOP update (#1997) 2022-11-12 11:18:04 +00:00
Christoph M. Becker
93105c67e4 Fix GH-1888: socket_set_option() is for setting options 2022-10-17 12:14:17 +02:00
u_mulder
d20452e3a7 [skip-revcheck] Fix typo (duplicated "if")
Closes GH-1896.
2022-10-16 16:30:27 +02:00
songmeifeng
70a79a7753 Fix GH-1833: socket addrinfo lookup inaccurate descriptions
Closes GH-1882.
2022-10-13 14:09:53 +02:00
David CARLIER
f3eb91cb38 missing socket constants (#1856)
* missing socket constants

* TCP_NOTSENT_LOWAT comment update
2022-10-04 20:59:03 +01:00
David CARLIER
a109454179 socket extension update related to last entries. (#1609) 2022-09-27 11:49:46 +01:00
魔王卷子
b5f36302b1 fixed SOCKET_EBADF describe (#1668)
* update constants.xml

* Update reference/sockets/constants.xml
2022-06-30 23:37:14 +01:00
David CARLIER
e5caf1244e SO_REUSEPORT constant, statement no longer really exact. (#1612) 2022-06-06 14:16:44 +01:00
Máté Kocsis
e902ea4116 [skip-revcheck] Generate ext/sockets class synopses from stubs (#1103) 2021-11-17 07:52:20 +01:00
Sergey Panteleev
0ff45f21e8 [PHP 8.1] Add new Sockets constants 2021-11-06 15:44:02 +03:00
David CARLIER
c0954ae4e6 socket_get_option/socket_set_option SO_ACCEPTFILTER constants
Co-authored-by: Sergey Panteleev <sergey@php.net>

Closes GH-656.
2021-10-11 12:07:39 +02:00
Kamil Tekiela
de9c65c91f Remove E_STRICT and other PHP 5 related information (#730) 2021-08-17 17:56:25 +01:00
Sergey Panteleev
a871ef72ed Fix some issues in sockets directory
Part of #658
2021-06-11 10:56:22 +03:00
Sergey Panteleev
184f3f7bd4 Remove PHP 5, 7 references (#565) 2021-05-12 14:49:16 +03:00
Sergey Panteleev
a0ae28d3bc Removed references to PHP 5, PHP 7.0 (#545) 2021-04-24 20:01:17 +03:00
Alex Pavlov
07b6d42577 Add constants SCM_RIGHTS, SCM_CREDENTIALS
Closes GH-456

Signed-off-by: George Peter Banyard <girgias@php.net>
2021-02-18 17:12:39 +00:00
Martin Samesch
e58f2f6475 add missing parameter description 2021-01-24 13:13:51 +01:00
Yoshinari Takaoka
96b913db03 Added PHP 8 into versions.xml for sockets based on stubs.
Closes GH-336.
2021-01-16 18:13:05 +01:00
Máté Kocsis
14dc7c4736 Generate sockets methodsynopses based on stubs
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-311.
2021-01-10 19:04:58 +01:00
Christoph Michael Becker
5f8047c12b Document new opaque classes which replace resources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351932 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-06 22:11:40 +00:00
Christoph Michael Becker
e41806c30b Revert revision(s) 351724 from phpdoc/en/trunk:
Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351730 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 18:05:44 +00:00
Christoph Michael Becker
4754397753 Revert revision 351727 from phpdoc/en/trunk:
Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351729 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 17:58:32 +00:00
Jakub Vrana
69bd53265b Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351727 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 15:12:46 +00:00
Jakub Vrana
c80da7c04a Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351724 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 12:54:59 +00:00