Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.0.0b4

Bug #835 old global arrays to new ones
Submitted: 2004-02-23 01:52 UTC
From: maka3d at yahoo dot com dot br Assigned: antonio
Status: Closed Package: HTTP_Upload
PHP Version: 4.3.4 OS: irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2004-02-23 01:52 UTC] maka3d at yahoo dot com dot br
Description: ------------ line 249 can be safe removed and line 250 be replaced from this: $this->post_files = $HTTP_POST_FILES; to: $this->post_files = $_FILES; the same goes to line 78 and 79

Comments

 [2004-05-28 17:49 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2004-05-28 18:23 UTC] maka3d at yahoo dot com dot br
is really necessary keeps BC with php 4.1? $HTTP_POST_FILES exist only between 4.0 and 4.1 and is not autoglobal as his sucessor $_FILES. And in the TODO, a comment said that the class suport the "new upload features of 4.2", witch show more one feature no present in 4.0 to 4.1
 [2004-05-28 19:26 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!