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 27
27
#include "phongo_error.h"
28
28
#include "phongo_util.h"
29
29
30
+ #include "MongoDB/ClientEncryption.h"
31
+
30
32
zend_class_entry * php_phongo_clientencryption_ce ;
31
33
32
34
/* Forward declarations */
@@ -582,7 +584,7 @@ static void phongo_clientencryption_decrypt(php_phongo_clientencryption_t* clien
582
584
bson_value_destroy (& value );
583
585
} /* }}} */
584
586
#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 ) /* {{{ */
586
588
{
587
589
phongo_throw_exception_no_cse (PHONGO_ERROR_RUNTIME , "Cannot configure clientEncryption object." );
588
590
}
You can’t perform that action at this time.
0 commit comments