File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2727#include "phongo_error.h"
2828#include "phongo_util.h"
2929
30+ #include "MongoDB/ClientEncryption.h"
31+
3032zend_class_entry * php_phongo_clientencryption_ce ;
3133
3234/* Forward declarations */
@@ -582,7 +584,7 @@ static void phongo_clientencryption_decrypt(php_phongo_clientencryption_t* clien
582584 bson_value_destroy (& value );
583585} /* }}} */
584586#else /* MONGOC_ENABLE_CLIENT_SIDE_ENCRYPTION */
585- void phongo_clientencryption_init (php_phongo_clientencryption_t * clientencryption , zval * manager , zval * options ) /* {{{ */
587+ void phongo_clientencryption_init (zval * return_value , zval * manager , zval * options ) /* {{{ */
586588{
587589 phongo_throw_exception_no_cse (PHONGO_ERROR_RUNTIME , "Cannot configure clientEncryption object." );
588590}
You can’t perform that action at this time.
0 commit comments