From a8be85ce7eecc3d36cb0249671d16d2cbd9ee8eb Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Thu, 16 Feb 2006 22:49:13 +0000 Subject: add getloadavg() function that has been running in production on rs1.php.net for a couple of years. --- ext/standard/basic_functions.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/standard/basic_functions.h') diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h index e58f20213e..63bcea432d 100644 --- a/ext/standard/basic_functions.h +++ b/ext/standard/basic_functions.h @@ -116,6 +116,9 @@ PHP_NAMED_FUNCTION(php_if_crc32); PHP_FUNCTION(register_tick_function); PHP_FUNCTION(unregister_tick_function); +#ifdef HAVE_GETLOADAVG +PHP_FUNCTION(getloadavg); +#endif PHP_FUNCTION(is_uploaded_file); PHP_FUNCTION(move_uploaded_file); -- cgit v1.2.1