mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
- MFH: Fixed bug #44209: strtotime doesn't support 64 bit timestamps.
This commit is contained in:
2
NEWS
2
NEWS
@@ -11,6 +11,8 @@ PHP NEWS
|
||||
- Upgraded PCRE to version 7.6 (Nuno)
|
||||
|
||||
|
||||
- Fixed bug #44209 (strtotime() doesn't support 64 bit timestamps on 64 bit
|
||||
platforms). (Derick)
|
||||
- Fixed bug #44197 (socket array keys lost on socket_select). (Felipe)
|
||||
- Fixed bug #44191 (preg_grep messes up array index). (Felipe)
|
||||
- Fixed bug #44189 (PDO setAttribute() does not properly validate values for
|
||||
|
||||
@@ -22,6 +22,9 @@
|
||||
#define __TIMELIB_H__
|
||||
|
||||
#include "timelib_structs.h"
|
||||
#if HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
#define TIMELIB_NONE 0x00
|
||||
#define TIMELIB_OVERRIDE_TIME 0x01
|
||||
|
||||
Reference in New Issue
Block a user