mirror of
https://github.com/php/php-src.git
synced 2026-04-11 10:03:18 +02:00
Fixed bug #6409.
# And propably numerous other..? Either I am wrong or the documentation is.
This commit is contained in:
@@ -640,9 +640,6 @@ PHP_FUNCTION(checkdate)
|
||||
m = (*month)->value.lval;
|
||||
d = (*day)->value.lval;
|
||||
|
||||
if (y < 100)
|
||||
y += 1900;
|
||||
|
||||
if (y < 0 || y > 32767) {
|
||||
RETURN_FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user