diff options
author | Andrey Hristov <andrey@php.net> | 2016-01-14 22:36:44 +0100 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2016-01-15 03:08:02 +0100 |
commit | 7e9a6f72024e99ab3e85205d208225eda4801d2b (patch) | |
tree | ad0e56ee47f96d3490d4174ce349f91dce255fab /ext/mysqlnd/mysqlnd_structs.h | |
parent | 07849e80069ad24476b2ce0df44b692f05aa3727 (diff) | |
download | php-git-7e9a6f72024e99ab3e85205d208225eda4801d2b.tar.gz |
Move cleanup code to a separate function and export it. Export also
other functions that can be of use for plugins
Diffstat (limited to 'ext/mysqlnd/mysqlnd_structs.h')
-rw-r--r-- | ext/mysqlnd/mysqlnd_structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h index 1c213d2a61..cc5e2b7ac4 100644 --- a/ext/mysqlnd/mysqlnd_structs.h +++ b/ext/mysqlnd/mysqlnd_structs.h @@ -157,6 +157,7 @@ struct st_mysqlnd_error_info unsigned int error_no; zend_llist * error_list; + zend_bool persistent; MYSQLND_CLASS_METHODS_TYPE(mysqlnd_error_info) *m; }; |