I think this is a huge bc break that will affect many applications. For example:
// test.php error_reporting(E_ALL & ~E_NOTICE); echo $_GET['value']; curl http://.../test.php?value=foo // ok curl http://.../test.php?value[0]=foo&value[1]=bar // application continues with E_NOTICE curl http://.../test.php?value[0]=foo&value[1]=bar // application stops with E_RECOVERABLE_ERROR François Laupretre wrote on 23.02.2015 17:06: > Hi, > > Starting the vote for https://wiki.php.net/rfc/array-to-string. > > Please note that, while the initial RFC proposed both options of either > fully supporting the feature, or disabling it, the voting choices are now : > > - either definitely disabling array to string conversion, > - or keep current behavior as-is. > > Vote ends March 6, 00:00 (UTC). > > Regards > > François > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php