summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.h
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2002-07-16 13:53:54 +0000
committerGeorg Richter <georg@php.net>2002-07-16 13:53:54 +0000
commit950a576f73eb8f658138da3f06f6ca874d1857fc (patch)
tree546affff3c8e183f5f85437ddbfa8aea7736d3ae /ext/mysql/php_mysql.h
parentab863dee30a86b220bedcb77984baa1bc2acff39 (diff)
downloadphp-git-950a576f73eb8f658138da3f06f6ca874d1857fc.tar.gz
Added support for php.ini parameter "mysql.connect_timeout"
Diffstat (limited to 'ext/mysql/php_mysql.h')
-rw-r--r--ext/mysql/php_mysql.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysql/php_mysql.h b/ext/mysql/php_mysql.h
index d62b277bed..d94697eae7 100644
--- a/ext/mysql/php_mysql.h
+++ b/ext/mysql/php_mysql.h
@@ -102,6 +102,7 @@ ZEND_BEGIN_MODULE_GLOBALS(mysql)
char *default_socket;
char *connect_error;
long connect_errno;
+ long connect_timeout;
ZEND_END_MODULE_GLOBALS(mysql)
#ifdef ZTS