amphp / mysql

An async MySQL client for PHP, optimizing database interactions with efficient non-blocking capabilities. Perfect for responsive, high-performance applications.
Other
358 stars 63 forks source link

ClientSocket Refactor #49

Closed bwoebi closed 6 years ago

bwoebi commented 7 years ago

PR for allowing comments

trowski commented 7 years ago

@bwoebi I believe this is close to working… it's as though the connect promise is not being resolved. Define MYSQL_DEBUG and try example 2. Perhaps you'll be able to see where I'm going wrong.

trowski commented 7 years ago

@bwoebi With the latest commits all tests and examples work with the exception of PoolTest::testVirtualConnection, which just hangs. Any insight to what might be causing that?

kelunik commented 6 years ago

Build on 7.1+ segfault now.

trowski commented 6 years ago

@bwoebi The 7.1 build failing might be a phpdbg thing, as it passes locally with xdebug on 7.1.11 running the stream_select loop.