1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00
This commit is contained in:
foobar
2003-04-05 17:34:04 +00:00
parent 863a441fba
commit a4fe7b11ee
+2
View File
@@ -70,7 +70,9 @@ PHP_FUNCTION(socket_recv);
PHP_FUNCTION(socket_send);
PHP_FUNCTION(socket_recvfrom);
PHP_FUNCTION(socket_sendto);
#ifdef HAVE_CMSGHDR
PHP_FUNCTION(socket_recvmsg);
#endif
PHP_FUNCTION(socket_sendmsg);
PHP_FUNCTION(socket_readv);
PHP_FUNCTION(socket_writev);