ext-openswoole
ext-openswoole copied to clipboard
Fix prepared stmt pgsql
In some cases I catch segmentation error after using prepared params in execute method.
We already have ON_SCOPE_EXIT macros for cleaning params. So _php_pgsql_free_params was call twice with unexpected behaviour)
@doubaokun can you merge this fix as path release?