1
0
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:
Wez Furlong
2003-07-01 13:26:49 +00:00
parent 9c717b33a6
commit 090328fd32

View File

@@ -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;