View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000841 | Xdebug | Uncategorized | public | 2012-05-21 14:42 | 2012-05-29 07:47 |
| Reporter | amokryshev | Assigned To | |||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Intel x86 | OS | Windows | OS Version | 7 Ultimate |
| Product Version | 2.2.0 | ||||
| Fixed in Version | 2.2.1 | ||||
| Summary | 0000841: xdebug + netbeans + MySQLi => java.net.SocketException: Connection reset | ||||
| Description | INFO [org.netbeans.modules.php.dbgp.URIMapper]: class org.netbeans.modules.php.dbgp.URIMapper$1: C:\Users\AMokryshev\Documents\apache\htdocs\testshop\includes\classes\database\mysqli.php -> file:///C:/Users/AMokryshev/Documents/apache/htdocs/testshop/includes/classes/database/mysqli.php and with xdebug log tail: <- context_get -i 55 -c 0 Log opened at 2012-05-21 14:28:55 full log in attachment best regards, Alexander | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.4.3 | ||||
|
|
My begin of message was br cutted by this site? i typed: i trying to debug script like this: function connect() { and get socket exception on: $this->link = @$connect_function($this->server, $this->username, $this->password) |
|
|
Can you reproduce this with a small (self-contained) script as well? If so, could you provide:
|
|
|
Hi, Derek! thanks for your help! here is it: <!--
<?php ?> script was crush after $link = @mysqli_connect("localhost", "root", "XXXXXX"); fresh xdebug.log and messages.log in attachment Best Regards, Alexander |
|
|
Derek, do you able to repeat my problem? Can i help you deside my problem more fast? |
|
|
I think I've just pushed a fix to github for this issue. Could you please try it? |
|
|
hi Derik! I'm newbe in php. am i right understand that i need to get xdebug sources, put file from github there and compile results? i try to do this, but in my manual require the phpize.js for compiling xdebug. Wh?n i trying to compile php-dev version, it is compilling with out errors, but when i start phpize - it return error like "wrong handle in line 222". ?ould you give me some advice or link to manual for compiling xdebug? |
|
|
Oh, you are on Windows. Then just wait until the next release. |
|
|
Fixed for Xdebug 2.1.1. Thanks for your report! |