diff --git a/package.xml b/package.xml index a4f9cd9..1ca5454 100644 --- a/package.xml +++ b/package.xml @@ -17,10 +17,10 @@ http://pear.php.net/dtd/package-2.0.xsd"> bigbes@gmail.com yes - 2020-06-30 + 2024-07-04 - 0.3.3 - 0.3.3 + 0.4.0 + 0.4.0 beta @@ -91,6 +91,35 @@ http://pear.php.net/dtd/package-2.0.xsd"> tarantool + + betabeta + 0.4.00.4.0 + 2024-07-04 + + tarantool-php 0.4.0 + + ## Overview + + The release adds support for PHP 8.x and fixes incompatibility with + Tarantool 2.10+. + + ## Breaking changes + + This release should not break existing code. + + ## New features + + - Support PHP 8.x (#171). + - Support Tarantool 2.10+ (#175). + - Call IPROTO method (#101). + - Support new _index system space format (#151). + + ## Bugfixes + + - Give meaningful error when retry_count is zero (#83). + - select() by space_no and index_name (#42). + + betabeta 0.3.30.3.3 diff --git a/src/php_tarantool.h b/src/php_tarantool.h index acc39bc..afb1be4 100644 --- a/src/php_tarantool.h +++ b/src/php_tarantool.h @@ -95,7 +95,7 @@ extern zend_module_entry tarantool_module_entry; #define phpext_tarantool_ptr &tarantool_module_entry -#define PHP_TARANTOOL_VERSION "0.3.3" +#define PHP_TARANTOOL_VERSION "0.4.0" #define PHP_TARANTOOL_EXTNAME "tarantool" #ifdef PHP_WIN32