Move timeout code to Zend, allow Win32 timeouts

@- Implemented max_execution_time under Win32 (Zeev)
This commit is contained in:
Zeev Suraski 2000-06-16 01:53:35 +00:00
parent e3ae196da8
commit f29eae1302
6 changed files with 21 additions and 62 deletions

View file

@ -82,6 +82,7 @@ ZEND_BEGIN_MODULE_GLOBALS(mysql)
long allow_persistent;
long default_port;
char *default_host, *default_user, *default_password;
char *default_socket;
ZEND_END_MODULE_GLOBALS(mysql);
#ifdef ZTS