http://pear.php.net/
pear-webmaster@lists.php.netpear-webmaster@lists.php.neten-usLatest releases of file_fortuneThe latest releases for the package file_fortuneFile_Fortune 1.0.0
http://pear.php.net/package/File_Fortune/download/1.0.0/
* Stable version
2007年07月24日T09:16:28-05:00weierophinneyFile_Fortune 1.0.0RC2
http://pear.php.net/package/File_Fortune/download/1.0.0RC2/
* Fixed issue with getRandom() using directory/multiple files
2007年07月10日T17:12:08-05:00weierophinneyFile_Fortune 1.0.0RC1
http://pear.php.net/package/File_Fortune/download/1.0.0RC1/
* Allow counting all fortunes in all files<br />
* getAll() counts all fortunes in all files<br />
* No iteration when directory/multiple files set<br />
* No array access when a directory/multiple files set<br />
* Allow passing an array of files to constructor
2007年07月08日T12:11:50-05:00weierophinneyFile_Fortune 0.9.2
http://pear.php.net/package/File_Fortune/download/0.9.2/
Added set|getFiles() to allow specifying a specific list of files from which to select fortunes
2007年07月05日T17:27:04-05:00weierophinneyFile_Fortune 0.9.1
http://pear.php.net/package/File_Fortune/download/0.9.1/
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
2007年07月05日T11:33:12-05:00weierophinneyFile_Fortune 0.9.0
http://pear.php.net/package/File_Fortune/download/0.9.0/
2005年07月13日: 0.9.0<br />
================<br />
* Initial PEAR release:<br />
* Fixed typo in File_Fortune_Writer when throwing an exception<br />
* Renamed exception classes to conform to PEAR CS<br />
* Created tutorial documentation (slightly expanded version of what was in API<br />
docs)<br />
* Trimmed down the API docs to omit examples<br />
* Added getRandomFromSet() method and corresponding unit test; allows grabbing<br />
a random fortune from a list of files<br />
* Updates to phpFortune example to use getRandomFromSet()
2005年07月14日T14:15:10-05:00weierophinney