Skip to content

Commit 1f222d0

Browse files
committed
PHPC-1151: Bump Cursor var_dump array size for Session
This should have done in cc90304.
1 parent fdc7565 commit 1f222d0

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
@@ -460,7 +460,7 @@ static HashTable *php_phongo_cursor_get_debug_info(zval *object, int *is_temp TS
460460
*is_temp = 1;
461461
intern = Z_CURSOR_OBJ_P(object);
462462

463-
array_init_size(&retval, 9);
463+
array_init_size(&retval, 10);
464464

465465
if (intern->database) {
466466
ADD_ASSOC_STRING(&retval, "database", intern->database);

0 commit comments

Comments
 (0)