From: Hartmut Holzgraefe Date: Mon, 17 Mar 2003 13:08:59 +0000 (+0000) Subject: proto fix X-Git-Tag: RELEASE_0_5~445 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa692f6744ce137a8a996124acb797b67885443e;p=php proto fix --- diff --git a/ext/db/db.c b/ext/db/db.c index b45c7e4df5..97a4a8cc96 100644 --- a/ext/db/db.c +++ b/ext/db/db.c @@ -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 */ diff --git a/ext/dbx/dbx.c b/ext/dbx/dbx.c index 43b7c5c6e1..b0e046c260 100644 --- a/ext/dbx/dbx.c +++ b/ext/dbx/dbx.c @@ -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) diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index e378bf6156..0c1624c342 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -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)