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
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
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
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
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
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 :
>
>
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:
>
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
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://...
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
10 matches
Mail list logo