amphp / postgres

Async Postgres client for PHP based on Amp.
MIT License
96 stars 20 forks source link

Incompatibility with ext-event #29

Closed enumag closed 4 years ago

enumag commented 4 years ago

Ruslan Osmanov has fixed the segfault I was getting when using this with package with ext-event but said that it won't work anyway and that he would need to add pgsql support there - read his comment here.

Can you share some insight if this is really necessary? Does ext-uv also have some custom pgsql support which he could use for inspiration? The native loop driver also works just fine...

The readme of this package says that it's incompatible with ext-ev. Is that true or was it actually meant to say that it's incompatible with ext-event? Or is it with both?

@kelunik @trowski @bwoebi

enumag commented 4 years ago

bump

trowski commented 4 years ago

Sorry I can't provide any insight, as I've always used ext-pq in production, so I don't have much experience using ext-pgsql. Maybe @bwoebi would know if he had to add support to ext-uv specifically for ext-pgsql.

enumag commented 4 years ago

Thanks. Indeed ext-pq works fine!