mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
Move timeout code to Zend, allow Win32 timeouts
@- Implemented max_execution_time under Win32 (Zeev)
This commit is contained in:
parent
e3ae196da8
commit
f29eae1302
6 changed files with 21 additions and 62 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue