Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: tarantool/tarantool-php

Tags

0.4.0

Toggle 0.4.0's commit message
Bump version to 0.4.0

0.3.3

Toggle 0.3.3's commit message
## Overview

This release revives the connector in fact: now it supports PHP 7.0-7.4 and
Tarantool 1.6-2.5 (except 2.2 for now due to #151). There are several
restrictions, however. Most notable are:

- Schema fetching fails on a space with `is_nullable` or `collation` index
  part parameters (#151).
- New call_17 command is not supported yet (#101).

Those problem will be fixed in the next release. Anyway, this release allows
to upgrade PHP and Tarantool versions and keep existing PHP code, which uses
the connector, operational.

## Breaking changes

This release should not break existing code.

## New features

- Support PHP 7.3 and 7.4 (#139, #150).

## Bugfixes

- Ignore unknown fields in a space format (PR #132).
- Fixed 'Undefined property' error at attempt to extend Tarantool class
  (#135).
- Raise 'No field ... defined' at attempt to update by an unknown field name
  (b3846f6).
- Allow `null` as `offset` value for select() when strict types are enabled
  (#154).

## Testing and deployment

- Support both Python 2 and 3 in the test runner (9bc7fa5).
- Use strict types mode in testing (da8ecba).
- Support PHPUnit 6-9 for testing against different PHP versions.
- Enabled PHP 7.0-7.4 in testing.
- Enabled Tarantool 1.6-2.5 in testing (except 2.2 for now).
- Added 'php-tarantool' alias for Debian / Ubuntu packages (PR #155).
- Enable the extension by default on Debian / Ubuntu (40d8795, PR #156).
- Deploy packages for Linux distributions with PHP 7 (#117):
  - CentOS 8;
  - Fedora 25-31;
  - Debian: Stretch, Buster;
  - Ubuntu: Xenial, Bionic, Eoan, Focal.

0.3.2

Toggle 0.3.2's commit message
	Bump new version

0.3.1

Toggle 0.3.1's commit message
	Fix for broken upsert/update

0.3.0

Toggle 0.3.0's commit message
PHP7 support

0.2.0

Toggle 0.2.0's commit message
First release for PHP7 version

0.1.0

Toggle 0.1.0's commit message
Tarantool-PHP 0.1.0

Fix a lot of bugs, added upsert command, added tests

0.0.13

Toggle 0.0.13's commit message
tarantool-php 0.0.13

0.0.12

Toggle 0.0.12's commit message
tarantool-php version 0.0.12

0.0.11

Toggle 0.0.11's commit message
tarantool-php 0.0.11, fix error on 32but systems, fix erorr, add aliases