File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1- ## [ 1.0.0] ( https://github.com/awesomized/crc-fast-rust/releases/tag/1.0.0 ) - 2025-04-10
2- - First release for Packagist
1+ # Changes for crc-fast-php-ext
2+
3+ ## [ 1.1.0] ( https://github.com/awesomized/crc-fast-php-ext/releases/tag/1.1.0 ) - 2025-11-10
4+ - [ Add custom parameter support] ( https://github.com/awesomized/crc-fast-php-ext/pull/1 )
5+ - [ Add Windows support] ( https://github.com/awesomized/crc-fast-php-ext/pull/2 )
6+ - [ Automate Windows builds] ( https://github.com/awesomized/crc-fast-php-ext/pull/3 )
7+
8+ ## [ 1.0.0] ( https://github.com/awesomized/crc-fast-php-ext/releases/tag/1.0.0 ) - 2025-04-10
9+ - First release for Packagist
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ extern zend_module_entry crc_fast_module_entry;
2929
3030# define phpext_crc_fast_ptr &crc_fast_module_entry
3131
32- # define PHP_CRC_FAST_VERSION "1.0 .0"
32+ # define PHP_CRC_FAST_VERSION "1.1 .0"
3333
3434# if defined(ZTS ) && defined(COMPILE_DL_CRC_FAST )
3535ZEND_TSRMLS_CACHE_EXTERN ()
You can’t perform that action at this time.
0 commit comments