mogilefs

pecl install mogilefs

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.

Maintainer

  • Lars Strojny (lead )

Details

Stars: 23
Issue openned: 8
Downloads: 1411303
0.9.0
13 years ago
Version 0.9.0 change log


- 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

requires:

  • php >=5.2
  • pearinstaller >=1.4.3