coen-hyde / Shanty-Mongo

Shanty Mongo is a mongodb library for the Zend Framework. Its intention is to make working with mongodb documents as natural and as simple as possible. In particular allowing embedded documents to also have custom document classes.
Other
200 stars 52 forks source link

The 'connected' property is deprecated, with Mongo driver 1.5.4 #126

Closed sachiniec closed 10 years ago

sachiniec commented 10 years ago

The 'connected' property is deprecated in ../library/Shanty/Mongo/Connection/Group.php on line 133 , error when we updated PHP mongo driver version from 1.4.1 to 1.5.4.

Thanks in advance for quick reply .

I see connected property is removed from 1.5.0 . See here - http://php.net/manual/en/class.mongoclient.php#mongoclient.props.connected .

coen-hyde commented 10 years ago

Hi Sachiniec,

This library has been retired. There are critical bugs that will cause you to loose data. So I highly recommend you do not use it.

Thanks, Coen