Alexandr Vronskiy

Results 7 issues of Alexandr Vronskiy

Split functions & operators by different namespace. Group by types. Rename if needed.

1. What did you do? If possible, provide a simple script for reproducing the error. ``` $pg = new Swoole\Coroutine\PostgreSQL(); $conn = $pg->connect("host=127.0.0.1;port=5432;dbname=test;user=postgres;password=***"); $pg->query('BEGIN'); $result = $pg->query('SELECT * FROM test');...

under review

## Change Summary Librarary use PSR inteface for Logging so can safe bump monolog version in composer dependencies ## PR Checklist - [x] I have read and signed the [Contributor...

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary Hi! We have MVP...

Enhancement

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)

Hi Any Client API (for example PubSub) can not work with emulator without grpc extension. When we put in clientConfig 'emulatorHost' & 'hasEmulator' keys (PubSub client set it when exist...