@@ -257,6 +257,16 @@ extern zend_class_entry *php_phongo_regex_ce;
257257extern zend_class_entry * php_phongo_timestamp_ce ;
258258extern zend_class_entry * php_phongo_utcdatetime_ce ;
259259
260+ extern zend_class_entry * php_phongo_binary_interface_ce ;
261+ extern zend_class_entry * php_phongo_decimal128_interface_ce ;
262+ extern zend_class_entry * php_phongo_javascript_interface_ce ;
263+ extern zend_class_entry * php_phongo_maxkey_interface_ce ;
264+ extern zend_class_entry * php_phongo_minkey_interface_ce ;
265+ extern zend_class_entry * php_phongo_objectid_interface_ce ;
266+ extern zend_class_entry * php_phongo_regex_interface_ce ;
267+ extern zend_class_entry * php_phongo_timestamp_interface_ce ;
268+ extern zend_class_entry * php_phongo_utcdatetime_interface_ce ;
269+
260270extern zend_class_entry * php_phongo_commandfailedevent_ce ;
261271extern zend_class_entry * php_phongo_commandstartedevent_ce ;
262272extern zend_class_entry * php_phongo_commandsubscriber_ce ;
@@ -278,6 +288,16 @@ extern void php_phongo_typewrapper_init_ce(INIT_FUNC_ARGS);
278288extern void php_phongo_utcdatetime_init_ce (INIT_FUNC_ARGS );
279289extern void php_phongo_unserializable_init_ce (INIT_FUNC_ARGS );
280290
291+ extern void php_phongo_binary_interface_init_ce (INIT_FUNC_ARGS );
292+ extern void php_phongo_decimal128_interface_init_ce (INIT_FUNC_ARGS );
293+ extern void php_phongo_javascript_interface_init_ce (INIT_FUNC_ARGS );
294+ extern void php_phongo_maxkey_interface_init_ce (INIT_FUNC_ARGS );
295+ extern void php_phongo_minkey_interface_init_ce (INIT_FUNC_ARGS );
296+ extern void php_phongo_objectid_interface_init_ce (INIT_FUNC_ARGS );
297+ extern void php_phongo_regex_interface_init_ce (INIT_FUNC_ARGS );
298+ extern void php_phongo_timestamp_interface_init_ce (INIT_FUNC_ARGS );
299+ extern void php_phongo_utcdatetime_interface_init_ce (INIT_FUNC_ARGS );
300+
281301extern void php_phongo_bulkwrite_init_ce (INIT_FUNC_ARGS );
282302extern void php_phongo_command_init_ce (INIT_FUNC_ARGS );
283303extern void php_phongo_cursor_init_ce (INIT_FUNC_ARGS );
0 commit comments