Why file upload error codes in php miss number '5'?
- by Majid
I am writing a custom error handling/reporting function for php file upload and I noticed that the error codes returned is one of numbers 0 to 8 except 5.
Is this a typo in the source I am using or is it really this way? And if it is so, I am curious why they have skipped number '5'.
Thanks.