From 75057a8e5bb96324f3053790d7389385b76fefef Mon Sep 17 00:00:00 2001 From: Yoshio HANAWA Date: Sat, 9 Mar 2013 17:12:11 +0900 Subject: [PATCH] Changed version to 1.0.3 --- README.md | 7 +++++++ php_timecop.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ead6b0b..ab4c698 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,13 @@ var_dump(strtotime("+100000 sec")); // int(10000) ## CHANGELOG +###version 1.0.3, 2013/03/09 + +- Fixed the time traveling implementation for TimecopDateTime::__construct() +- Fixed timecop_date_create() to return TimecopDateTime instance +-- The previous version returns DateTime instance +- Add TimecopDateTime::getTimestamp(), TimecopDateTime::setTimestamp() only for PHP 5.2.x + ###version 1.0.2, 2013/03/06 - Implement timecop_date_create() diff --git a/php_timecop.h b/php_timecop.h index e6e742f..7f7bbc3 100644 --- a/php_timecop.h +++ b/php_timecop.h @@ -21,7 +21,7 @@ #ifndef PHP_TIMECOP_H #define PHP_TIMECOP_H -#define PHP_TIMECOP_VERSION "1.0.2" +#define PHP_TIMECOP_VERSION "1.0.3" extern zend_module_entry timecop_module_entry; #define phpext_timecop_ptr &timecop_module_entry