]> granicus.if.org Git - php/commitdiff
proto fix
authorHartmut Holzgraefe <hholzgra@php.net>
Mon, 17 Mar 2003 13:08:59 +0000 (13:08 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Mon, 17 Mar 2003 13:08:59 +0000 (13:08 +0000)
ext/db/db.c
ext/dbx/dbx.c
ext/zlib/zlib.c

index b45c7e4df575c093895bb21791109134240846ee..97a4a8cc9600bc819567df862df2c27eea972d6e 100644 (file)
@@ -183,7 +183,7 @@ dbm_info *php_find_dbm(pval *id TSRMLS_DC)
 }
 /* }}} */
 
-/* {{{ proto array dblist(void)
+/* {{{ proto array db_id_list(void)
    Return an associative array id->filename */ 
 #if HELLY_0
 /* New function not needed yet */
index 43b7c5c6e1978f6c1ae8a418719f51b231290a70..b0e046c260db078dd47df1b858d942aacdafd038 100644 (file)
@@ -548,7 +548,7 @@ ZEND_FUNCTION(dbx_error)
 }
 /* }}} */
 
-/* {{{ proto string dbx_esc(dbx_link_object dbx_link, string sz)
+/* {{{ proto string dbx_escape_string(dbx_link_object dbx_link, string sz)
    Returns escaped string or NULL on error
 */
 ZEND_FUNCTION(dbx_escape_string)
index e378bf61564f6dac10ec79680b29413e4788fe77..0c1624c3428f6cc92525f388cd019a999ac5a3ad 100644 (file)
@@ -660,7 +660,7 @@ PHP_FUNCTION(gzinflate)
 }
 /* }}} */
 
-/*`{{{ proto zlib_get_coding_type()
+/*`{{{ proto string zlib_get_coding_type(void)
    Returns the coding type used for output compression */
 
 PHP_FUNCTION(zlib_get_coding_type)