proto fix

This commit is contained in:
Hartmut Holzgraefe 2001-12-15 14:23:07 +00:00
parent c51651dee2
commit 052d5fc85d
3 changed files with 3 additions and 3 deletions

View File

@ -285,7 +285,7 @@ PHP_FUNCTION(ftp_chdir)
/* }}} */
/* {{{ proto int ftp_exec(int stream, string command)
Changes directories */
Request execution of a program on the ftp server */
PHP_FUNCTION(ftp_exec)
{
pval *arg1, *arg2;

View File

@ -793,7 +793,7 @@ ZEND_FUNCTION(gmp_sqrt)
/* }}} */
/* {{{ proto array gmp_sqrtrem(resource a)
Takes integer part of square root of a */
Square root with remainder */
ZEND_FUNCTION(gmp_sqrtrem)
{
zval **a_arg;

View File

@ -130,7 +130,7 @@ zend_module_entry apache_module_entry = {
};
/* {{{ proto string apache_child_terminate()
Get and set Apache request notes */
Terminate apache process after this request */
PHP_FUNCTION(apache_child_terminate)
{
#ifndef MULTITHREAD