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.

License: BSD License

Latest releases

Version Release Download
0.9.3.1 2016-01-19 mogilefs-0.9.3.1.tgz
0.9.3 2016-01-19 mogilefs-0.9.3.tgz
0.9.2 2013-01-11 mogilefs-0.9.2.tgz
0.9.1 2011-06-08 mogilefs-0.9.1.tgz
0.9.0 2011-04-22 mogilefs-0.9.0.tgz
Show all releases

Changelog

Version Message
0.9.3.1 -
0.9.3 -
0.9.2 - Always URL-decode response from tracker (patch by Andre Pascha )
- Allow PHP 5.4
0.9.1 - New method MogileFs::fileInfo(string $key) contributed by Jan Kantert (jan.kantert@researchgate.net)
0.9.0 - 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
Show complete changelog