» Version | » Information |
---|---|
1.0.0 |
Easy InstallNot sure? Get more info. pear install File_Fortune-1.0.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Fortune-1.0.0 Release date: 2007-07-24 09:16 UTC Release state: stable Release uploaded by: weierophinney Changelog: * Stable version Dependencies:
|
1.0.0RC2 |
Easy InstallNot sure? Get more info. pear install File_Fortune-1.0.0RC2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Fortune-1.0.0RC2 Release date: 2007-07-10 17:12 UTC Release state: beta Release uploaded by: weierophinney Changelog: * Fixed issue with getRandom() using directory/multiple files Dependencies:
|
1.0.0RC1 |
Easy InstallNot sure? Get more info. pear install File_Fortune-1.0.0RC1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Fortune-1.0.0RC1 Release date: 2007-07-08 12:11 UTC Release state: beta Release uploaded by: weierophinney Changelog: * Allow counting all fortunes in all files * getAll() counts all fortunes in all files * No iteration when directory/multiple files set * No array access when a directory/multiple files set * Allow passing an array of files to constructor Dependencies:
|
0.9.2 |
Easy InstallNot sure? Get more info. pear install File_Fortune-0.9.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Fortune-0.9.2 Release date: 2007-07-05 17:27 UTC Release state: beta Release uploaded by: weierophinney Changelog: Added set|getFiles() to allow specifying a specific list of files from which to select fortunes Dependencies:
|
0.9.1 |
Easy InstallNot sure? Get more info. pear install File_Fortune-0.9.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Fortune-0.9.1 Release date: 2007-07-05 11:33 UTC Release state: beta Release uploaded by: weierophinney Changelog: Refactored to use Iterator, Countable, and ArrayAccess, allowing in-place modification of fortune files and omitting the necessity for File_Fortune_Writer; also changed license to New BSD Dependencies:
|
0.9.0 |
Easy InstallNot sure? Get more info. pear install File_Fortune-0.9.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Fortune-0.9.0 Release date: 2005-07-14 14:15 UTC Release state: beta Release uploaded by: weierophinney Changelog: 2005-07-13: 0.9.0 ================ * Initial PEAR release: * Fixed typo in File_Fortune_Writer when throwing an exception * Renamed exception classes to conform to PEAR CS * Created tutorial documentation (slightly expanded version of what was in API docs) * Trimmed down the API docs to omit examples * Added getRandomFromSet() method and corresponding unit test; allows grabbing a random fortune from a list of files * Updates to phpFortune example to use getRandomFromSet() Dependencies: |