On 21/11/14 02:10, Yasuo Ohgaki wrote:
> To be honest, I have mixed feeling for this FRC.
> Stricter type check is good. However, it requires runtime cost.

One of the area where it is being held up as good practice is filtering
data which is then passed to a database. With best practice on handling
THAT process, the database will be validating data being passed to an
integer or float field as well, and may not follow the same 'new' rules.
There are a number of areas where this is just bloat which has to be
handled differently anyway. For PHP7 the whole picture needs to be
reviewed, not just yet more sticking plasters.

-- 
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk
Rainbow Digital Media - http://rainbowdigitalmedia.co.uk

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to