» Version | » Information |
---|---|
1.0.0b4 |
Easy InstallNot sure? Get more info. pear install HTTP_Upload-1.0.0b4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTTP_Upload-1.0.0b4 Release date: 2017-01-18 08:36 UTC Release state: beta Release uploaded by: ashnazg Changelog: QA release BC break: classes split into separate files, PHP5 visibility added Request #2487 : new methods addValidExtension() and hasValidExtension() Request #19365: add option to allow for multiple extensions on same file Dependencies: |
1.0.0b3 |
Easy InstallNot sure? Get more info. pear install HTTP_Upload-1.0.0b3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTTP_Upload-1.0.0b3 Release date: 2015-12-08 12:30 UTC Release state: beta Release uploaded by: cweiske Changelog: BC break: isError() has been renamed to hasError(). - Fix bug #19430: Unit tests are failing - Fix bug #20929: Breaks with PEAR 1.10.0dev2 Dependencies: |
1.0.0b2 |
Easy InstallNot sure? Get more info. pear install HTTP_Upload-1.0.0b2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTTP_Upload-1.0.0b2 Release date: 2010-10-05 16:15 UTC Release state: beta Release uploaded by: doconnor Changelog: QA release Bug #17787 avoid ereg Dependencies: |
1.0.0b1 |
Easy InstallNot sure? Get more info. pear install HTTP_Upload-1.0.0b1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTTP_Upload-1.0.0b1 Release date: 2009-08-16 10:26 UTC Release state: beta Release uploaded by: cweiske Changelog: QA release because of the sheer number of closed bugs: - Fix bug #2108: PEAR::Installer fails with bad MD5-sum [wenz] - Fix bug #2251: Wrong error message if file is larger than MAX_FILE_SIZE [antonio] - Fix bug #2291: typo in example and wrong return result of _evalValidExtensions() [antonio] - Fix bug #2383: Notice: Undefined variable: error in C:\php5\PEAR\HTTP\Upload.php on line 509 [antonio] - Fix bug #2949: Missing PEAR dep [wenz] - Fix bug #2950: Addition of chars in nameToSafe [wenz] - Fix bug #3624: CRITICAL: non-ISO-8859-1 characters in package.xml must be entitied [cweiske] - Fix bug #4318: file extension checking should not be case-sensitive [wenz] - Fix bug #4332: problem when using 2 instance of HTTP_Upload & 2 files [wenz] - Fix bug #4441: inaccurate error when uploading large file [antonio] - Fix bug #4995: missing return statement [wenz] - Fix bug #5536: No explanation of properties [wenz] - Fix bug #6678: Missing return statement in HTTP_Upload::isMissing() [wenz] - Fix bug #6752: 'Only variable references should be returned by reference' PHP notice [wenz] - Fix bug #6884: translations: Estonian and Russian [wenz] - Fix bug #6886: typo in code [arnaud] - Fix bug #7092: PHP5 notice Only variable references should be returned by reference [wenz] - Fix bug #7322: small parse error [wenz] - Fix bug #7499: Error in HTTP_Upload::isMissing() on determining uploaded files [wenz] - Fix bug #7861: Filenames with spaces in them get their names changed when being moved [cweiske] - Fix bug #8656: getFiles() generate error if one of uploaded files haven't been selected [wenz] - Fix bug #8658: Notice: Undefined property: _modeNameSeq in Upload.php on line 860 [wenz] - Fix bug #14677: Security issue due to seeding random number generator [wenz] - Fix bug #15003: Parse error in Upload.php [doconnor] - Detect ini file sizes with kilo- and gigabytes [avb] - Convert russian translation to HTML entities [avb] Dependencies: |
0.9.1 |
Easy InstallNot sure? Get more info. pear install HTTP_Upload-0.9.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTTP_Upload-0.9.1 Release date: 2004-08-11 02:27 UTC Release state: stable Release uploaded by: wenz Changelog: **The first release in (exactly!) two years!** - **Changes between 0.9.0 and 0.9.1: fixed md5 hashes in package.xml!*** - (antonio) Added support for both PHP >= 4.2 and PHP 4.0-4.1 - (antonio) Fixed a lot of bugs - (antonio, wenz) Fixed some localization strings - (wenz) if only empty files are uploaded, an error message is triggered - (wenz) added setChmod() method to change CHMOD of uploaded files (patch by Markus Tacker) - (cox, antonio, wenz) many minor fixes - (cox) Error detection was enhanced, so you no longer need to check for PEAR::isError() in $upload->getFiles() or call $upload->isMissing(). Instead you'll get the error when do a check for $file->isError(). Example: $upload = new HTTP_Upload('en'); $file = $upload->getFiles('i_dont_exist_in_form_definition'); if ($file->isError()) { die($file->getMessage()); } TODO: - Move error class to a new file - As PEAR in general requires now PHP 4.2, maybe drop BC compat in future |
0.9.0 |
Easy InstallNot sure? Get more info. pear install HTTP_Upload-0.9.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTTP_Upload-0.9.0 Release date: 2004-08-10 10:56 UTC Release state: stable Release uploaded by: wenz Changelog: **The first release in (exactly!) two years!** - (antonio) Added support for both PHP >= 4.2 and PHP 4.0-4.1 - (antonio) Fixed a lot of bugs - (antonio, wenz) Fixed some localization strings - (wenz) if only empty files are uploaded, an error message is triggered - (wenz) added setChmod() method to change CHMOD of uploaded files (patch by Markus Tacker) - (cox, antonio, wenz) many minor fixes - (cox) Error detection was enhanced, so you no longer need to check for PEAR::isError() in $upload->getFiles() or call $upload->isMissing(). Instead you'll get the error when do a check for $file->isError(). Example: $upload = new HTTP_Upload('en'); $file = $upload->getFiles('i_dont_exist_in_form_definition'); if ($file->isError()) { die($file->getMessage()); } TODO: - Move error class to a new file - As PEAR in general requires now PHP 4.2, maybe drop BC compat in future |
0.8.1 |
Easy InstallNot sure? Get more info. pear install HTTP_Upload-0.8.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTTP_Upload-0.8.1 Release date: 2002-08-10 16:01 UTC Release state: stable Release uploaded by: cox Changelog: Packing fixes (no need to upgrade if you have the 0.8 version already installed) |
0.8 |
Easy InstallNot sure? Get more info. pear install HTTP_Upload-0.8 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTTP_Upload-0.8 Release date: 2002-01-27 15:11 UTC Release state: stable Release uploaded by: cox Changelog: - Fixed compatibility issues with PHP > 4.1 - Added isMissing() to the upload main object. Use this first to check if the user has submitted a file (for PHP > 4.1 users) - Depreciate the use of errorMsg() in the file object. Use getMessage() instead. - Added NL and FR translations (thanks Hans and Luc!) (full backawards compatibility preserved) |
0.7 |
Easy InstallNot sure? Get more info. pear install HTTP_Upload-0.7 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTTP_Upload-0.7 Release date: 2001-12-29 02:12 UTC Release state: stable Release uploaded by: cox Changelog: - Added file extension checking support. Now by default rejects this extensions: \'php\', \'phtm\', \'phtml\', \'php3\', \'inc\' - More in-line documentation and error code tranlations in spanish, english and german - Other minor fixes |