Skip to content

Commit

Permalink
Prepare release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cs278 committed Dec 29, 2022
1 parent 6877e32 commit bc7eea8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ var_dump((new DateTime())->format("c")); // string(25) "2017-01-01T00:00:05+00:0

## CHANGELOG

### version 1.5.0, 2022/12/29
- Support PHP 8.2

### version 1.4.0, 2022/01/06
- Support PHP 8.1
- Fix reflection mismatches between native PHP and timecop overrides
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.4.0"
#define PHP_TIMECOP_VERSION "1.5.0"

extern zend_module_entry timecop_module_entry;
#define phpext_timecop_ptr &timecop_module_entry
Expand Down

0 comments on commit bc7eea8

Please sign in to comment.