]> granicus.if.org Git - php/commitdiff
proto fix
authorHartmut Holzgraefe <hholzgra@php.net>
Sat, 15 Dec 2001 14:23:07 +0000 (14:23 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Sat, 15 Dec 2001 14:23:07 +0000 (14:23 +0000)
ext/ftp/php_ftp.c
ext/gmp/gmp.c
sapi/apache/php_apache.c

index 1ebf090cdc1cabc45a67394a673b425fb05e138b..49f22971ad707db8de4fec7cf84e75629f43b870 100644 (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;
index 75b7995c3149ba35bc53faacb240488425339aaa..1bfd9f73928b5159d85299fb82832d224e4ae524 100644 (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;
index ec27ca6a311787d2b6b58b71dcddb1c79b3a7387..cb3cfb05f775d1aa9bbfda2ce9577b17cdef76bc 100644 (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