1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!--
Do NOT translate this file
-->
<versions>
<function name="socket_accept" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_addrinfo_bind" from="PHP 7 >= 7.2.0, PHP 8"/>
<function name="socket_addrinfo_connect" from="PHP 7 >= 7.2.0, PHP 8"/>
<function name="socket_addrinfo_explain" from="PHP 7 >= 7.2.0, PHP 8"/>
<function name="socket_addrinfo_lookup" from="PHP 7 >= 7.2.0, PHP 8"/>
<function name="socket_atmark" from="PHP 8 >= 8.3.0, PHP 8"/>
<function name="socket_bind" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_clear_error" from="PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_close" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_connect" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_cmsg_space" from="PHP 5 >= 5.5.0, PHP 7, PHP 8"/>
<function name="socket_create" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_create_listen" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_create_pair" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_export_stream" from="PHP 7 >= 7.0.7, PHP 8"/>
<function name="socket_get_option" from="PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_get_status" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="socket_getopt" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_getpeername" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_getsockname" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_import_stream" from="PHP 5 >= 5.4.0, PHP 7, PHP 8"/>
<function name="socket_last_error" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_listen" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_read" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_recv" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_recvfrom" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_recvmsg" from="PHP 5 >= 5.5.0, PHP 7, PHP 8"/>
<function name="socket_select" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_send" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_sendmsg" from="PHP 5 >= 5.5.0, PHP 7, PHP 8"/>
<function name="socket_sendto" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_set_block" from="PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_set_blocking" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="socket_set_nonblock" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_set_option" from="PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_set_timeout" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="socket_setopt" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_shutdown" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_strerror" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_write" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="socket_wsaprotocol_info_export" from="PHP 7 >= 7.3.0, PHP 8"/>
<function name="socket_wsaprotocol_info_import" from="PHP 7 >= 7.3.0, PHP 8"/>
<function name="socket_wsaprotocol_info_release" from="PHP 7 >= 7.3.0, PHP 8"/>
<function name="socket" from="PHP 8"/>
<function name="addressinfo" from="PHP 8"/>
</versions>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
|