summaryrefslogtreecommitdiff
path: root/ext/mysqli/php_mysqli.h
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2004-02-26 11:40:35 +0000
committerGeorg Richter <georg@php.net>2004-02-26 11:40:35 +0000
commit8e52a1a8a310b473620552bbfed3128a968fe8db (patch)
treee21d7dbb262df11f34f280977a06e494d15c8d96 /ext/mysqli/php_mysqli.h
parent5ffccfffdaefd76706df6d9776e195880b65d7a4 (diff)
downloadphp-git-8e52a1a8a310b473620552bbfed3128a968fe8db.tar.gz
added MySQLI ini entries
added ini parameter for mysql->reconnect
Diffstat (limited to 'ext/mysqli/php_mysqli.h')
-rw-r--r--ext/mysqli/php_mysqli.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/mysqli/php_mysqli.h b/ext/mysqli/php_mysqli.h
index f5e5dd116d..b0a33a2425 100644
--- a/ext/mysqli/php_mysqli.h
+++ b/ext/mysqli/php_mysqli.h
@@ -362,8 +362,9 @@ ZEND_BEGIN_MODULE_GLOBALS(mysqli)
unsigned int default_port;
char *default_host;
char *default_user;
- char *default_pw;
char *default_socket;
+ char *default_pw;
+ int reconnect;
long error_no;
char *error_msg;
int report_mode;