Emil Mohamed

Results 6 comments of Emil Mohamed

Hey guys, Optimization for the query count was initially planned, but we never dedicated the time to get it done. @ju1ius thank you for the contribution. We're going to use...

HI @peter279k! MySQLi is currently supported(and the default). There is no PDO support at this point, but we haven't experienced situations where it's the only available option(i.e. where neither mysql_...

Hi @peter279k I think I see your point. You mean that currently if both `mysql_` and `mysqli_` extensions are not available, the result would be fatal error without clear message...

Hi there, Sorry for the headaches. I haven't had time to review this issue. I've been rewriting stuff in a different branch for some time. The branch is `namespaced`. You...

@ganganiSoN Sorry, this is not supported at this point.

@schlessera the problem is reproducible for me. It's apparent if you use an endpoint that takes longer to produce a response, like https://httpbin.org/delay/5: ``` $ wp eval --skip-wordpress ' $start...