Hi!
And remember that I was only discussing it in response to the claim that "almost all incoming data for PHP are strings." My point was that user input will be correctly typed if you validate it with PHP's bundled extension, as it is commonly recommended, and it's also
Validation and typing are entirely different things. Many validation methods do not require or provide strict typing.
becoming increasingly easy to get correctly typed data from your database thanks to mysqlnd. Of course it doesn't mean that you won't
Did you just equate databases to mysqlnd? And the notion of "correctly typed data" only makes sense in a strictly typed language.
-- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php