[wp-trac] [WordPress Trac] #4467: parse_str buggy in some versions of PHP

WordPress Trac wp-trac at lists.automattic.com
Thu Jun 14 18:35:23 GMT 2007


#4467: parse_str buggy in some versions of PHP
----------------------------+-----------------------------------------------
 Reporter:  mdawaffe        |       Owner:  anonymous  
     Type:  defect          |      Status:  new        
 Priority:  normal          |   Milestone:  2.3 (trunk)
Component:  Administration  |     Version:  2.2.1      
 Severity:  normal          |    Keywords:             
----------------------------+-----------------------------------------------
 {{{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();}}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/4467>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list