summaryrefslogtreecommitdiff
path: root/ext/sockets/php_sockets.h
diff options
context:
space:
mode:
authorMarkus Fischer <mfischer@php.net>2002-05-01 11:08:08 +0000
committerMarkus Fischer <mfischer@php.net>2002-05-01 11:08:08 +0000
commit1a5501ddfdd8cb4738fa07b1989f792c9fd1e328 (patch)
tree21e5e899b830c3b833667502fb2013e73d18b364 /ext/sockets/php_sockets.h
parenta2fbdad20ee94c37f736f9aef6ffa91c98d63ee3 (diff)
downloadphp-git-1a5501ddfdd8cb4738fa07b1989f792c9fd1e328.tar.gz
- Rename setopt and getopt to set_option and get_option, provide alias.
Diffstat (limited to 'ext/sockets/php_sockets.h')
-rw-r--r--ext/sockets/php_sockets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sockets/php_sockets.h b/ext/sockets/php_sockets.h
index f3986f7b0c..b7f47f5072 100644
--- a/ext/sockets/php_sockets.h
+++ b/ext/sockets/php_sockets.h
@@ -72,8 +72,8 @@ PHP_FUNCTION(socket_recvmsg);
PHP_FUNCTION(socket_sendmsg);
PHP_FUNCTION(socket_readv);
PHP_FUNCTION(socket_writev);
-PHP_FUNCTION(socket_getopt);
-PHP_FUNCTION(socket_setopt);
+PHP_FUNCTION(socket_get_option);
+PHP_FUNCTION(socket_set_option);
PHP_FUNCTION(socket_shutdown);
PHP_FUNCTION(socket_last_error);
PHP_FUNCTION(socket_clear_error);