Skip to content

Commit

Permalink
Release v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hnw committed Jul 3, 2017
1 parent e3618d2 commit 0a0f0a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ var_dump((new DateTime())->format("c")); // string(25) "2017-01-01T00:00:05+00:0

## CHANGELOG

### 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.
- Support PHP 7.2.0+

### version 1.2.4(beta), 2017/6/8

- Fix [#18](https://github.com/hnw/php-timecop/issues/18) (Fix date_create_from_format when using `|` char)
Expand Down
2 changes: 1 addition & 1 deletion php-timecop.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define __ext_name timecop
Name: php-%{__ext_name}
Version: 1.2.3
Version: 1.2.6
Release: 1%{?dist}
Summary: php-timecop module

Expand Down
2 changes: 1 addition & 1 deletion php_timecop.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SOFTWARE.
#ifndef PHP_TIMECOP_H
#define PHP_TIMECOP_H

#define PHP_TIMECOP_VERSION "1.2.3"
#define PHP_TIMECOP_VERSION "1.2.6"

extern zend_module_entry timecop_module_entry;
#define phpext_timecop_ptr &timecop_module_entry
Expand Down

0 comments on commit 0a0f0a1

Please sign in to comment.