Alexandr Vronskiy

Results 18 comments of Alexandr Vronskiy

Maybe if just backport this solution https://github.com/swoole/swoole-src/pull/4720 issue will solved?

With separate Statement class not needed use: ``` object->object = ZEND_THIS; // and pg_result = php_swoole_postgresql_coro_get_object(ZEND_THIS); ``` and then pg_result object will not overwrite when run different queries. P.S. It...

Also same issue: - Spot instance after re-creating - v1.22.6-gke.1000 > MountVolume.MountDevice failed for volume "pvc-d8094b0e-24a5-48df-bb3c-fed39429a81b" : rpc error: code = Internal desc = Error when getting device path: rpc...

@mattcary Yes, real GCE disk not attached to node (see in cloud console). All others in k8s show looks fine except one thing: **volume.kubernetes.io/selected-node** show already not exists node But...

@jasonbosco Maybe also merge it PR to master?

@piolet It is duplicate https://github.com/typesense/typesense-php/issues/23 Fix already in master. You can use "dev-master" as a version in composer.json

Hi! What are we waiting on this?

Another case (+ PHP 8.2) ```

@doubaokun Yes, I still see issue. Your test actually not checked this case. Issue not in execute part, this is fetch issue during parallel fetching results from 2 and more...

@doubaokun Reproduced (also look comments in code) & created [PR](https://github.com/openswoole/swoole-src/pull/288) with failed test, please look it. Very strange results..)