Skip to content

Commit fb150df

Browse files
authored
PHPC-1513: Remove php_phongo_cursor_to_zval (#1227)
1 parent 135fe45 commit fb150df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

php_phongo.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ bool php_phongo_read_preference_tags_are_valid(const bson_t* tags);
143143
bool php_phongo_server_to_zval(zval* retval, mongoc_server_description_t* sd);
144144
void php_phongo_read_concern_to_zval(zval* retval, const mongoc_read_concern_t* read_concern);
145145
void php_phongo_write_concern_to_zval(zval* retval, const mongoc_write_concern_t* write_concern);
146-
void php_phongo_cursor_to_zval(zval* retval, const mongoc_cursor_t* cursor);
147146

148147
void phongo_manager_init(php_phongo_manager_t* manager, const char* uri_string, zval* options, zval* driverOptions);
149148
bool php_phongo_set_monitoring_callbacks(mongoc_client_t* client);

0 commit comments

Comments
 (0)