Skip to content

Commit

Permalink
prepare 11.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Dec 19, 2024
1 parent 77ca9d3 commit 4824d54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 11.0.4
- Fix `phpinfo.phpt` for timezone

# 11.0.3
- Add support for PHP 8.4

Expand Down
2 changes: 1 addition & 1 deletion ext/php_colopl_bc.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ extern zend_module_entry colopl_bc_module_entry;
#define COLOPL_BC_PHP74_SORT_MODE_DEPRECATED 1
#define COLOPL_BC_PHP74_SORT_MODE_LOG 2

#define PHP_COLOPL_BC_VERSION "11.0.3"
#define PHP_COLOPL_BC_VERSION "11.0.4"

ZEND_BEGIN_MODULE_GLOBALS(colopl_bc)
bool rand_is_seeded;
Expand Down

0 comments on commit 4824d54

Please sign in to comment.