PEAR-News ::
File_Find 1.3.2
QA release<br />
Bug #18779 PHP Deprecated: Assigning the return value of new by reference is deprecated<br />
Bug #19530 Array to string conversion
[ more >> ]
File 1.4.1
QA release<br />
Fix tests<br />
<br />
Bug #19371 error during installation with pyrus
[ more >> ]
File 1.4.0
Re-release of 1.4.0<br />
Original release of 1.4.0 was released as alpha instead of stable.
[ more >> ]
File_Util 1.0.0
Bugs:<br />
* Fixed Bug #12741: Failed to test on Linux and FreeBSD [dufuz]<br />
* Fixed Bug #16425: File_Util::isAbsolute(), Windows can resolve /foo/bar as absolute [dufuz]<br />
<br />
Features:<br />
* Implement Request #2798: function for human readable filesize conversion [cweiske]<br />
Usage: File_Util::prefixed($size, $decimals = 1, $long = false, $oldStyle = true, $useBiBytes = true)<br />
<br />
<br />
integer $size The size to convert<br />
integer $decimals The number of decimals to use<br />
boolean $long Use long names (kilobyte) instead of<br />
short ones (kB)<br />
boolean $oldStyle If the old style should be used<br />
boolean $useBiBytes If the "BiBytes" names should be<br />
used [applies only to !$bOldStyle]
[ more >> ]
File_SearchReplace 1.1.4
QA release<br />
Bug #14892 Notice: Array to string conversion <br />
Bug #17727 Patch to drop deprecated ereg support<br />
Request #14917 Improve PHPCS results<br />
Dir structure
[ more >> ]
File_Find 1.3.1
QA release<br />
package 2.0<br />
Bug #2132 Doc state &search() can be called statically. It isn't true.<br />
Bug #2773 Directories with other directories named 0<br />
Bug #4669 Repeated calls to search or maptree return multiple copies of results<br />
Bug #4983 Error in install<br />
Bug #4994 Close TODO<br />
Bug #7966 File_Find Stream Support<br />
Bug #14816 Unit test failures
[ more >> ]
File_Mogile 0.2.0
* Added stream timeout support
[ more >> ]
VFS 0.3.0
* Rename fixes for SMB driver (leena.heino@uta.fi, Horde Bug #7933).<br />
* Set LC_TIME to C for consistency in date parsing in the SSH2 backend (michael-dev@fami-braun.de, Horde Bug #6396)<br />
* Pass -n for numeric UIDs/GIDs in the SSH2 backend when mapping to local user ids (Horde Request #6579)<br />
* Fix readByteRange() (wrong method name) in SQL backend<br />
* Add readFile() support, with optimizations for file, ftp, ssh2, and smb backends<br />
* Add readStream() support to backends that can get a stream resource efficiently<br />
* Add delete() as a shorter name for deleteFile()<br />
* Add a Kolab VFS driver.<br />
* Use streams for file transfers in VFS_ssh2 (jives@jives.ixum.net, Horde Request #8323)<br />
* Check quota when copying files (Horde Bug #8643).
[ more >> ]
File_Mogile 0.1.0
* Initial release.
[ more >> ]
File_Util 1.0.0alpha1
- Split File_Util from File into it's own package
[ more >> ]
|