We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25abe4 commit e4c510bCopy full SHA for e4c510b
2 files changed
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this extension will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [0.7.0] - 2026-06-10
+## [0.7.1] - 2026-06-10
9
10
### Added
11
php_deepclone.h
@@ -4,7 +4,7 @@
4
extern zend_module_entry deepclone_module_entry;
#define phpext_deepclone_ptr &deepclone_module_entry
-#define PHP_DEEPCLONE_VERSION "0.7.0"
+#define PHP_DEEPCLONE_VERSION "0.7.1"
ZEND_BEGIN_MODULE_GLOBALS(deepclone)
HashTable hydrate_cache;
0 commit comments