Closed youkind closed 10 years ago
Sorry, we can't merge into master branches, can you recreate this for 3.3/develop? Also, are you sure? I thought this did get turned into exceptions already. Can you give me a way to reproduce the issue?
@Zeelot, mysql_connect
emits an E_WARNING
and returns false.
Right, that's what I thought. And we automatically turn those into exceptions.
mysql_connect() will not throw any exception by default. throw it by manual.