View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000923 | Xdebug | public | 2013-02-13 07:46 | 2013-05-22 03:51 | |
| Reporter | dizyart | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | x86_64, Intel i5 | OS | Windows 7 | OS Version | Ultimate SP1 |
| Product Version | 2.2.1 | ||||
| Target Version | 2.2.3 | Fixed in Version | 2.2.3 | ||
| Summary | 0000923: copy of issue 0000883, Xdebug + Netbeans + ext/MongoDB crash on MongoCursor instance | ||||
| Description | Copy of http://bugs.xdebug.org/view.php?id=883. When running a "Debug Project" in NetBeans, whenever MongoCursor object is instantiated, | ||||
| Steps To Reproduce | 1.Setup NetBeans to debug with xdebug. Alternatively | ||||
| Additional Information | ALL additional information (very exhaustive list) is in the uploaded test file. Also found on https://gist.github.com/dizyart/4942925 | ||||
| Tags | mongodb, netbeans, socket exception | ||||
| Operating System | Windows 7 | ||||
| PHP Version | 5.4.6 | ||||
|
|
Copying my versions here, for easier review: VersionsPHP 5.4.6 |
|
|
Just checked with Mongo 1.2.12: No change in behavior. Just change the first line to: $connection = (class_exists('MongoClient')) ? new MongoClient() : new Mongo(); Makes it compatible with all versions of php_mongo |
|
|
Fixed for xdebug 2.2.3 |