Ticket #4467 (closed defect (bug): fixed)
parse_str buggy in some versions of PHP
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2.1 |
| Component: | Administration | Version: | 2.2.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
parse_str() double slashes output: http://bugs.php.net/bug.php?id=39763
Though it's supposed to be fixed in CVS, I have reports that it is still broken in PHP 5.2.2 (no word on 5.2.3): #BB558
I propose we create wp_parse_str() and filter it so that bugs for specific versions of PHP can be dealt with by plugin.
Attached: wp_parse_str() use it whenever parse_str() was followed by if ( get_magic_quotes_gpc() ) stripslashes_deep();
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

