| » Version | » Information |
|---|---|
| 0.5.1 | Download Release date: 2006-08-01 06:29 UTC Release state: beta Changelog: - Use copy/unlink internally instead of copying the file bit-by-bit - Added append() method since it's faster than the old insert() - Added autoReload property to make adding many messages faster Dependencies:
|
| 0.5.0 | Download Release date: 2006-06-25 09:30 UTC Release state: beta Changelog: - Use class features (one mbox per instance) - Broke BC - Checks for file modification, so that mbox doesn't get corrupt. Dependencies:
|
| 0.3.0 | Download Release date: 2004-11-01 16:50 UTC Release state: beta Changelog: o improved _process() speed to read line per line instead of byte per byte. (Joern) |
| 0.2.0 | Download Release date: 2004-10-13 20:39 UTC Release state: alpha Changelog: o fixed mbox::size() bug that have never return 0 (Roger Keays) o mbox::remove() now accept arrays on $message param as well (Roger Keays) o declarated all vars to skip php warnings on high warning levels (Roger Keays) o some minor spelling errors (Roger Keays) o fwrite must use '===' false instead of !fwrite (Roger Keays) |
| 0.1.5 | Download Release date: 2002-12-29 08:50 UTC Release state: alpha Changelog: o Security fix (changed umask on temp files) o Improved stylistcs with new Jon Parise patch o Fixed error on license at project.xml (it isnt really PHP license, it is LGPL) |
| 0.1.4 | Download Release date: 2002-12-29 03:10 UTC Release state: alpha Changelog: o Joined mbox_test.php and mbox.php |
| 0.1.3 | Download Release date: 2002-12-29 02:54 UTC Release state: alpha Changelog: o First release |