From 2bd5ad3131562e3d355c161718b07106ff97f1db Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Sat, 8 Jul 2000 19:31:16 +0000 Subject: [PATCH] Uncomplete proto. --- ext/standard/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/info.c b/ext/standard/info.c index b5de1b3c9e..935b77f9fc 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -592,7 +592,7 @@ PHP_FUNCTION(phpversion) /* }}} */ -/* {{{ proto void phpcredits(int) +/* {{{ proto void phpcredits([int flag]) Prints the list of people who've contributed to the PHP project */ PHP_FUNCTION(phpcredits) { -- 2.50.1