ext-openswoole icon indicating copy to clipboard operation
ext-openswoole copied to clipboard

Fix prepared stmt pgsql

Open mrVrAlex opened this issue 2 years ago • 1 comments

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)

mrVrAlex avatar Mar 24 '23 01:03 mrVrAlex

@doubaokun can you merge this fix as path release?

mrVrAlex avatar Jan 16 '24 09:01 mrVrAlex