ID: 17958 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: No Feedback +Status: Closed Bug Type: Apache2 related Operating System: Linux 2.4.18 PHP Version: 4.2.3 New Comment:
Thank you for your bug report. This issue has already been fixed in the latest released version of PHP, which you can download at http://www.php.net/downloads.php Previous Comments: ------------------------------------------------------------------------ [2002-12-28 19:17:07] [EMAIL PROTECTED] When I change in (php.ini) register_globals = On and restart Apache everythings looks to work OK Ps. Sorry - my english is terrible but I want help :) ------------------------------------------------------------------------ [2002-12-23 12:07:30] [EMAIL PROTECTED] @[EMAIL PROTECTED] No, it doesn't. The problem is that the whole $_POST-Array is empty if the data is submited as multipart/form-data. ------------------------------------------------------------------------ [2002-12-12 21:27:38] [EMAIL PROTECTED] Use $_FILES to access the the file specs. Use $_POST for all others. -----taken from phpinfo()---------------------- $_POST["user"] (gives me) ryan $_FILES["userfile"] (gives me) Array ( [name] => Test.class [type] => application/octet-stream [tmp_name] => /tmp/phpyXUyr7 [error] => 0 [size] => 444 ) ---------------------------- PHP Version 4.2.2 Apache/1.3.12 Hope this helps ------------------------------------------------------------------------ [2002-10-14 19:26:51] [EMAIL PROTECTED] No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2002-10-10 03:34:21] [EMAIL PROTECTED] Reproduced with snapshot of 2002-09-28. Didn't see any changes. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/17958 -- Edit this bug report at http://bugs.php.net/?id=17958&edit=1