[PHP-DEV] Bug #1017 Updated: function checkdate() incorrectly handles years < 0 From: Bug Database (php-dev <email protected>)
Date: 01/18/99

ID: 1017
User Update by: douw <email protected>
Status: Open
Bug Type: Misbehaving function
Description: function checkdate() incorrectly handles years < 0

In the checkdate() function, if the year < 100, then it is incremented by 1900 before being tested. So negative years in the range [-1900,-1] are considered valid.

Full Bug description available at: http://ca.php.net/bugs.php3?id=1017

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>