[PHP-DEV] Pedantic errors (Was: Re: [PHP-DEV] [RFC][VOTE] Improve array to string conversion)

2015-03-06 Thread Patrick ALLAERT
Le lun. 23 févr. 2015 à 17:06, François Laupretre a écrit : > 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 : > > - eit

Re: [PHP-DEV] [RFC][VOTE] Improve array to string conversion

2015-03-06 Thread Patrick ALLAERT
Le jeu. 5 mars 2015 à 23:20, Pascal Martin, AFUP a écrit : > Le 23/02/2015 17:06, François Laupretre a écrit : > > Starting the vote for https://wiki.php.net/rfc/array-to-string. > > Hi, > > We talked about this with other people at AFUP and a great majority of > us agrees that the current behavi

Re: [PHP-DEV] [RFC][VOTE] Improve array to string conversion

2015-03-05 Thread Pascal Martin, AFUP
Le 23/02/2015 17:06, François Laupretre a écrit : Starting the vote for https://wiki.php.net/rfc/array-to-string. Hi, We talked about this with other people at AFUP and a great majority of us agrees that the current behavior of array to strings conversions is not quite useful -- and, for sev

Re: [PHP-DEV] [RFC][VOTE] Improve array to string conversion

2015-03-02 Thread Patrick ALLAERT
Le lun. 2 mars 2015 à 13:39, Patrick ALLAERT a écrit : > Le mer. 25 févr. 2015 à 12:16, Xinchen Hui a écrit : > > Hey: >> >> On Tue, Feb 24, 2015 at 12:06 AM, François Laupretre >> wrote: >> > Hi, >> > >> > Starting the vote for https://wiki.php.net/rfc/array-to-string. >> > >> > Please note th

Re: [PHP-DEV] [RFC][VOTE] Improve array to string conversion

2015-03-02 Thread Patrick ALLAERT
Le mer. 25 févr. 2015 à 12:16, Xinchen Hui a écrit : Hey: > > On Tue, Feb 24, 2015 at 12:06 AM, François Laupretre > wrote: > > 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 su

Re: [PHP-DEV] [RFC][VOTE] Improve array to string conversion

2015-02-25 Thread Xinchen Hui
Hey: On Tue, Feb 24, 2015 at 12:06 AM, François Laupretre wrote: > 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 : > >

Re: [PHP-DEV] [RFC][VOTE] Improve array to string conversion

2015-02-24 Thread Thomas Bley
There are many cases where applications are not transactions safe, e.g. calling multiple external interfaces via soap, json, xml, etc. If the application suddenly stops between two external calls - where it could not stop before - you get unexpected behavior. Leigh wrote on 24.02.2015 20:29: >

Re: [PHP-DEV] [RFC][VOTE] Improve array to string conversion

2015-02-24 Thread Leigh
On 24 February 2015 at 19:23, Thomas Bley wrote: > 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&v

Re: [PHP-DEV] [RFC][VOTE] Improve array to string conversion

2015-02-24 Thread Thomas Bley
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://...

[PHP-DEV] [RFC][VOTE] Improve array to string conversion

2015-02-23 Thread François Laupretre
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 beh