User "Reedy" changed the status of MediaWiki.r90661. Old Status: new New Status: ok
Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90661 Commit summary: wfArrayToCGI() and wfCgiToArray() now handle nested and associative arrays almost correctly The only problem is that all the indexes have to be set, thus "key[]=value" won't get parsed correctly and array( 'key' => array( 'value' ) ) will transform to "key[0]=value". Related bug 28928 and bug 22989. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
