X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_functions.c;h=4ddbda1685d1616fb0dedeb51e45e5e422f92f35;hb=refs%2Ftags%2FRELEASE_1_5_0_RC1;hp=fe19c24376d7b3de49eeed7d6f2d4f619794b4ac;hpb=350e41a4710d4c0f45e30e5d59f28f438292ad42;p=m6w6%2Fext-http diff --git a/http_functions.c b/http_functions.c index fe19c24..4ddbda1 100644 --- a/http_functions.c +++ b/http_functions.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2006, Michael Wallner | + | Copyright (c) 2004-2007, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -830,7 +830,7 @@ PHP_FUNCTION(http_persistent_handles_clean) } /* }}} */ -/* {{{ proto string http_persistent_handles_ident(string ident) */ +/* {{{ proto string http_persistent_handles_ident([string ident]) */ PHP_FUNCTION(http_persistent_handles_ident) { char *ident_str = NULL;