File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -241,13 +241,13 @@ ZEND_BEGIN_MODULE_GLOBALS(mysqli)
241
241
zend_long num_active_persistent ;
242
242
zend_long num_inactive_persistent ;
243
243
zend_long max_persistent ;
244
- zend_long allow_persistent ;
244
+ bool allow_persistent ;
245
245
zend_ulong default_port ;
246
246
char * default_host ;
247
247
char * default_user ;
248
248
char * default_pw ;
249
249
char * default_socket ;
250
- zend_long allow_local_infile ;
250
+ bool allow_local_infile ;
251
251
char * local_infile_directory ;
252
252
zend_long error_no ;
253
253
char * error_msg ;
Original file line number Diff line number Diff line change @@ -228,8 +228,8 @@ ZEND_BEGIN_MODULE_GLOBALS(odbc)
228
228
char * defDB ;
229
229
char * defUser ;
230
230
char * defPW ;
231
- zend_long allow_persistent ;
232
- zend_long check_persistent ;
231
+ bool allow_persistent ;
232
+ bool check_persistent ;
233
233
zend_long max_persistent ;
234
234
zend_long max_links ;
235
235
zend_long num_persistent ;
You can’t perform that action at this time.
0 commit comments