View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000944 | Xdebug | Uncategorized | public | 2013-05-03 17:38 | 2013-05-22 22:34 |
| Reporter | NoDozing | Assigned To | |||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | resolved | Resolution | no change required | ||
| OS | W8 | ||||
| Product Version | 2.2.2 | ||||
| Summary | 0000944: Get "Socket Exception occured" when trying to connect to mySQL through NetBeans | ||||
| Description | $connectdb = new mysqli(...) always results in fails with "Socket Exception" Doing "Run File" works fine. | ||||
| Steps To Reproduce | $databaseHost = 'localhost'; | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.4.3 | ||||
|
|
Are you sure this is not related to either http://bugs.xdebug.org/view.php?id=881 or http://bugs.xdebug.org/view.php?id=906 or http://bugs.xdebug.org/view.php?id=900 ? I think this might actually be this bug in MySQLI: https://bugs.php.net/bug.php?id=63486 |
|
|
Morning, on the last hyperlink mentioned, I can't even run these two lines from the test script after putting in my connection info: If I just run it or put a breakpoint at the connect and then let it run, everything is fine. If I put a breakpoint after the connect, it gives me socket error. I've installed NetBeans and WAMP, which includes MySQL, PHP, XDebug. I've only modified the php.ini at the apache and php level with: |
|
|
Could you please try Xdebug 2.2.3 which has just been released? I am suspecting that release might fix this issue. |
|
|
You da man. The error has gone away with the latest release. |
|
|
Fixed in 2.2.3 (apparently). |