diff --git a/README.md b/README.md index 9f4ce4b..24d8194 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,10 @@ var_dump((new DateTime())->format("c")); // string(25) "2017-01-01T00:00:05+00:0 ## CHANGELOG +### version 1.2.7(beta), 2017/7/7 + +- Publish on PECL + ### version 1.2.6(beta), 2017/7/4 - Bug fixed: Calling timecop_freeze() on a fast machine sometimes fails to stop the microsecond part of current time. diff --git a/package.xml b/package.xml new file mode 100644 index 0000000..6e728ee --- /dev/null +++ b/package.xml @@ -0,0 +1,129 @@ + + + timecop + pecl.php.net + + A PHP extension providing "time travel" capabilities. + + + A PHP extension providing "time travel" and "time freezing" capabilities, inspired by ruby timecop gem. + + + Yoshio HANAWA + hnw + y@hnw.jp + yes + + 2017-07-07 + + 1.2.7 + 1.2.7 + + + beta + beta + + MIT License + Publish on PECL + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5.3.1 + + + 1.4.8 + + + + timecop + + diff --git a/php-timecop.spec b/php-timecop.spec index 7a62e90..3276621 100644 --- a/php-timecop.spec +++ b/php-timecop.spec @@ -1,6 +1,6 @@ %define __ext_name timecop Name: php-%{__ext_name} -Version: 1.2.6 +Version: 1.2.7 Release: 1%{?dist} Summary: php-timecop module diff --git a/php_timecop.h b/php_timecop.h index 653e7ad..90d4613 100644 --- a/php_timecop.h +++ b/php_timecop.h @@ -25,7 +25,7 @@ SOFTWARE. #ifndef PHP_TIMECOP_H #define PHP_TIMECOP_H -#define PHP_TIMECOP_VERSION "1.2.6" +#define PHP_TIMECOP_VERSION "1.2.7" extern zend_module_entry timecop_module_entry; #define phpext_timecop_ptr &timecop_module_entry