diff options
Diffstat (limited to 'ext/date/lib/timelib.h')
| -rw-r--r-- | ext/date/lib/timelib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/lib/timelib.h b/ext/date/lib/timelib.h index 45160ae238..1185dbfe5c 100644 --- a/ext/date/lib/timelib.h +++ b/ext/date/lib/timelib.h @@ -21,7 +21,7 @@ #ifndef __TIMELIB_H__ #define __TIMELIB_H__ -#include "php.h" /* for php_int_t */ +#include "php.h" /* for zend_long */ #include "timelib_structs.h" #if HAVE_LIMITS_H #include <limits.h> @@ -129,7 +129,7 @@ void timelib_time_offset_dtor(timelib_time_offset* t); void timelib_error_container_dtor(timelib_error_container *errors); -php_int_t timelib_date_to_int(timelib_time *d, int *error); +zend_long timelib_date_to_int(timelib_time *d, int *error); void timelib_dump_date(timelib_time *d, int options); void timelib_dump_rel_time(timelib_rel_time *d); |
