Mike is asking I`m hoping that MySQL stored procedures will work properly. Especially multiple calls in one request. in reply to PDO_MYSQLND: R[a|u]mbling and a breeze of progress. Mike, it depends what you mean by "properly". If you use the API properly it works fine with mysqlnd. Read on for code examples.
| mysqlnd | libmysql | |||
|---|---|---|---|---|
| Emulated PS | Native PS | Emulated PS | Native PS | |
| buffered fetch | PASS | PASS | PASS* | PASS* |
| unbuffered fetch | PASS | PASS | …