php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | |
Patch check-for-unclosed-opening-brackets for Variables related Bug #54374Patch version 2011-03-24 19:09 UTC Return to Bug #54374 | Download this patchPatch Revisions: Developer: lekensteyn@gmail.comIndex: rfc1867.c =================================================================== --- rfc1867.c (revision 309660) +++ rfc1867.c (working copy) @@ -1008,6 +1008,10 @@ } tmp++; } + /* Brackets should always be closed */ + if (c) { + skip_upload = 1; + } } total_bytes = cancel_upload = 0; |
Copyright © 2001-2024 The PHP Group All rights reserved. |
Last updated: Thu Nov 21 16:01:29 2024 UTC |