Skip to content

Commit ba3f648

Browse files
committed
Use zend_bool instead of bool
1 parent f19c39d commit ba3f648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB/Cursor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ static PHP_METHOD(MongoDB_Driver_Cursor, toArray)
143143
static PHP_METHOD(MongoDB_Driver_Cursor, getId)
144144
{
145145
php_phongo_cursor_t* intern;
146-
bool asInt64;
146+
zend_bool asInt64;
147147

148148
intern = Z_CURSOR_OBJ_P(getThis());
149149

0 commit comments

Comments
 (0)