We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120b270 commit 6b41ed0Copy full SHA for 6b41ed0
src/MongoDB/Manager.c
@@ -88,7 +88,7 @@ static bool php_phongo_manager_merge_context_options(zval *zdriverOptions TSRMLS
88
89
/* Perform array union (see: add_function() in zend_operators.c) */
90
#if PHP_VERSION_ID >= 70000
91
- zend_hash_merge(Z_ARRVAL_P(zdriverOptions), Z_ARRVAL_P(zcontextOptions), zval_add_ref, 0);
+ zend_hash_merge(Z_ARRVAL_P(zdriverOptions), Z_ARRVAL_P(zcontextOptions), zval_add_ref, 0);
92
#else
93
{
94
zval *tmp;
0 commit comments