mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01:00
silence warning under win32
(maybe!)
This commit is contained in:
@@ -146,7 +146,7 @@ struct php_sqlite_result {
|
||||
struct php_sqlite_db {
|
||||
sqlite *db;
|
||||
int last_err_code;
|
||||
int is_persistent;
|
||||
zend_bool is_persistent;
|
||||
int rsrc_id;
|
||||
|
||||
HashTable callbacks;
|
||||
|
||||
Reference in New Issue
Block a user