mogilefs 0.9.0

PHP client library to communicate with the MogileFS storage


PHP MogileFS is a client library to communicate with MogileFS trackers. Those trackers are part of the distributed filesystem MogileFS created by Danga Interactive (http://www.danga.com/) and used in serveral large scale projects like LiveJournal.

License: BSD License

Changes

- Adding new methods setReadTimeout(float readTimeout) and getReadTimeout()
- Remove PHP max version limit
- Comply with stricter c99 standard
- Fixed tests and made them more robust
- Optimized mogilefs_sock_read() and introduced maximum message size (based on a patch from Andre Pascha of kwick.de)
- MogileFs::put() throws more exceptions