--- embedaddon/php/ext/date/php_date.h 2012/02/21 23:47:53 1.1 +++ embedaddon/php/ext/date/php_date.h 2012/05/29 12:34:36 1.1.1.2 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_date.h,v 1.1 2012/02/21 23:47:53 misho Exp $ */ +/* $Id: php_date.h,v 1.1.1.2 2012/05/29 12:34:36 misho Exp $ */ #ifndef PHP_DATE_H #define PHP_DATE_H @@ -165,7 +165,7 @@ ZEND_END_MODULE_GLOBALS(date) /* Backwards compability wrapper */ PHPAPI signed long php_parse_date(char *string, signed long *now); PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt); -PHPAPI int php_idate(char format, time_t ts, int localtime); +PHPAPI int php_idate(char format, time_t ts, int localtime TSRMLS_DC); #if HAVE_STRFTIME #define _php_strftime php_strftime PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gm);