]> granicus.if.org Git - php/commitdiff
- MFH: Fixed bug #44209: strtotime doesn't support 64 bit timestamps.
authorDerick Rethans <derick@php.net>
Fri, 22 Feb 2008 09:47:19 +0000 (09:47 +0000)
committerDerick Rethans <derick@php.net>
Fri, 22 Feb 2008 09:47:19 +0000 (09:47 +0000)
ext/date/lib/timelib.h

index 54612dc14d3880ae051c7a07db7577515cc35a09..1960a63de9cfd5211b5b99de756f7b470f94b9e8 100644 (file)
@@ -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