Browse Source

Fix the proto

PHP-4.0.5
Sterling Hughes 26 years ago
parent
commit
405d11e604
  1. 2
      ext/sockets/sockets.c

2
ext/sockets/sockets.c

@ -272,7 +272,7 @@ PHP_FUNCTION(fd_alloc)
}
/* }}} */
/* {{{ proto bool fd_dealloc(void)
/* {{{ proto bool fd_dealloc(int set)
De-allocates a file descriptor set */
PHP_FUNCTION(fd_dealloc)
{

Loading…
Cancel
Save