mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
proto fix
This commit is contained in:
parent
c51651dee2
commit
052d5fc85d
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user