Tjerk Meesters wrote:
Perhaps it might be a better idea to expose the multipart parser as a function, so that you can bind the decoded body to either an object or array. The trick is to keep `is_uploaded_file()`, etc. working, though.
I've looked into this before (for almost this exact issue), and PHP internally checks that the file was originally created by the internal parser. If that's changed, there's probably security concerns with doing so.
+1 on the idea though. -- Ryan McCue <http://ryanmccue.info/> -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php