ID:               19556
 Comment by:       pieter at frenssen dot be
 Reported By:      tal at netoncourse dot com
 Status:           No Feedback
 Bug Type:         HTTP related
 Operating System: win2k server & proffesional
 PHP Version:      4.2.3
 New Comment:

This bug has been closed but isn't fixed yet.

I'm experiencing the same problem. It is very easy to test, just do a
post upload to a file containing the script

<?php
$message = print_r( $_FILES, TRUE );
mail('[EMAIL PROTECTED]','test',$message);
?>

upload a large file, press stop during the upload and check the email.
It will contain the text '[error] => 0'

I'm using PHP 4.3.8 on Apache 1.3.31.


Previous Comments:
------------------------------------------------------------------------

[2002-11-26 19:59:03] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



------------------------------------------------------------------------

[2002-11-14 01:45:15] [EMAIL PROTECTED]

Please try again now. The snapshots were offline for a while as we had
some reorganizing done for some machines.


------------------------------------------------------------------------

[2002-11-10 11:59:42] tal at netoncourse dot com

I cannot edit my original submission (password does not work - another
bug?)

anyway - I cannot download the win32 snapshot to test it

------------------------------------------------------------------------

[2002-10-30 11:43:42] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip



------------------------------------------------------------------------

[2002-09-23 03:15:37] tal at netoncourse dot com

UPLOAD_ERR_PARTIAL in the $_FILES array never occurs. In case of
partial uploads, the error stays zero which is misleading of course.

I've used the compiled php that I've downlaoded from php.net.

I'm running the PHP SAPI module on Apcahce2 - 2.0.40

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=19556&edit=1

Reply via email to