You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHPC-2088: Fix memory leak in php_phongo_zval_to_bson_value
The bson_t used to hold the intermediary result between zval conversion and bson_value_t extraction must be freed.
This also refactors the function to use a stack-allocated zval for the data envelope.
0 commit comments