From b7ecaacd07b6be07677ed694b5dbc51b609c4263 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 9 Sep 2000 15:02:15 +0000 Subject: More security-related (control) patches: - Avoid displaying errors during startup, unless display_startup_errors is enabled. - Implemented post_size_max limit. Defaults to 8MB. - Implemented file_uploads on/off directive (defaults to on). --- main/php_ini.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main/php_ini.h') diff --git a/main/php_ini.h b/main/php_ini.h index 7c5721f6ca..5b1994a711 100644 --- a/main/php_ini.h +++ b/main/php_ini.h @@ -137,6 +137,7 @@ PHPAPI PHP_INI_DISP(display_link_numbers); pval *cfg_get_entry(char *name, uint name_length); +PHPAPI int php_atoi(const char *str, int str_len); /* Standard message handlers */ PHPAPI PHP_INI_MH(OnUpdateBool); -- cgit v1.2.1