You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If PHP 5.2 has magic_quotes_gpc enabled it will remove the first char of
uploaded file name
This is the bug in question: https://bugs.php.net/bug.php?id=55510
I think it is a consequence of the fix for CVE 2011-2202 aka bug #54939
So after you've applied this fix:
http://svn.php.net/viewvc?view=revision&revision=312103
You should also have applied this one:
http://svn.php.net/viewvc?view=revision&revision=315742
I've attached a patch file.
Thank you.
Regards,
NewEraCracker
Original issue reported on code.google.com by [email protected] on 7 Aug 2013 at 2:17
Original issue reported on code.google.com by
[email protected]
on 7 Aug 2013 at 2:17Attachments:
The text was updated successfully, but these errors were encountered: