ID: 31398 User updated by: lobo235 at gmail dot com Reported By: lobo235 at gmail dot com Status: Open Bug Type: Documentation problem Operating System: Windows and Linux PHP Version: 4CVS-2005-01-04 (stable) New Comment:
It may be only PHP4 specific, I do remember it working at one point though using PHP4 a couple of months ago. I had written a file upload script for one of my sites and I remember testing to see what types of filenames it would support and the apostrophes worked fine then. It wasn't until just recently that my host upgraded to 4.3.10 that I started to notice the problem, now my script does not work as it used to. Previous Comments: ------------------------------------------------------------------------ [2005-01-05 10:11:50] [EMAIL PROTECTED] I can't reproduce this on PHP 5.0.2 with php.ini-dist, Apache 2 and Windows. "lobo235's fam.jpg" becomes "lobo235\'s fam.jpg" or "lobo235's fam.jpg" with magic_quotes_gpc=Off. Maybe it's PHP 4 specific. ------------------------------------------------------------------------ [2005-01-05 09:03:22] [EMAIL PROTECTED] Yeah, I agree... the documentation should mention this issue. ------------------------------------------------------------------------ [2005-01-04 22:49:51] lobo235 at gmail dot com If I remember correctly, PHP used to handle filenames of this type just fine. I know that other scripting languages are able to handle these types of filenames just fine. Is there any way that this can be implemented in a future version? It seems like if an array element is going to be set to the "original" file name it should work all the time or not at all. It is misleading when one reads the documentation concerning Handling file uploads. It says: $_FILES['userfile']['name'] The original name of the file on the client machine. To me this says that no matter what they've named their file this array element always gets set to the name of the file on the client machine. Maybe a change is needed in the documentation. ------------------------------------------------------------------------ [2005-01-04 09:12:34] [EMAIL PROTECTED] This is a security measure. Also, the RFCs do not require browsers to pass the full orginal name to an application in the first place, do you should never rely on this field. ------------------------------------------------------------------------ [2005-01-04 00:23:22] lobo235 at gmail dot com I forgot to mention that I tried this with Apache2 on Windows and with Apache1 on linux with the same results in both environments. ------------------------------------------------------------------------ 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/31398 -- Edit this bug report at http://bugs.php.net/?id=31398&edit=1