Package Information |
Summary |
PHP client library to communicate with the MogileFS storage |
Maintainers |
Lars Strojny <
lstrojny at php dot net >
(lead)
[wishlist]
[details]
|
License |
BSD License |
Description |
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. |
Homepage |
http://projects.usrportage.de/index.fcgi/php-mogilefs
|
Release notes
Version 0.9.0
(beta)
|
- 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 |