ID:               51162
 Updated by:       [email protected]
 Reported By:      cap at unagon dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         *Database Functions
 Operating System: Debian Lenny
 PHP Version:      5.2.13
 New Comment:

.


Previous Comments:
------------------------------------------------------------------------

[2010-02-27 01:19:04] [email protected]

Please report PECL bug at http://pecl.php.net/mongo

------------------------------------------------------------------------

[2010-02-26 22:25:57] cap at unagon dot com

Description:
------------
$m = new Mongo("mongodb://dbuser:p...@localhost/"); 

produces a completely empty page, even when this is enclosed in a
try..catch..finally.

$m = new Mongo("mongodb://dbuser:p...@localhost");

opens the mongo db as expected 

this uses the 1.0.4 Mongo driver on Debian Lenny 64 bit.

Reproduce code:
---------------
$m = new Mongo("mongodb://dbuser:p...@localhost/"); 


Expected result:
----------------
Either an exception or the same result as $m = new
Mongo("mongodb://dbuser:p...@localhost"); (opening the db) 



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=51162&edit=1

Reply via email to