From 31c3dfdf529253869bd82d36bf53cb62ebb8de3c Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Wed, 17 May 2000 19:45:46 +0000 Subject: [PATCH] proto-takeover from php3 --- main/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main/main.c b/main/main.c index 80fe5455e4..44107bcf73 100644 --- a/main/main.c +++ b/main/main.c @@ -502,7 +502,8 @@ static void php_unset_timeout(void) #endif } - +/* {{{ proto void set_time_limit(int seconds) + Sets the maximum time a script can run */ PHP_FUNCTION(set_time_limit) { pval *new_timeout; @@ -529,7 +530,7 @@ PHP_FUNCTION(set_time_limit) php_unset_timeout(); php_set_timeout(new_timeout->value.lval); } - +/* }}} */ static FILE *php_fopen_wrapper_for_zend(const char *filename, char **opened_path) { -- 2.40.0