Skip to content

Releases: bearlord/pdo_taos

v1.0.3

07 Sep 01:12
Compare
Choose a tag to compare

Adapt to TDengine v3. Please install the extension v1.0.2 when using TDengine v2.

v1.0.2

05 Jul 06:59
Compare
Choose a tag to compare

Fixed the bug that the subquery field value is empty.
Fixed warnings when compiling with higher versions of gcc.

v1.0.1

23 Jun 06:30
Compare
Choose a tag to compare

Enhance TSDB_DATA_TYPE_JSON compatibility

v1.0.0

21 Mar 15:16
Compare
Choose a tag to compare

Released v1.0.0

v0.4.1

20 Mar 06:03
Compare
Choose a tag to compare

Updated For PHP8.1 compatibility. Now it's suitable for PHP versions from 7.0 to 8.1.
Improved timezone setting.

v0.4

17 Mar 03:59
Compare
Choose a tag to compare

Compatible with PHP7.1, PHP7.2, PHP7.3, PHP7.4, PHP8.0.

Not Compatible with 8.1 yet.

v0.3

12 Feb 02:13
Compare
Choose a tag to compare

Fixed the bug when executing taos_cleanup but not taos_init

v0.2.1

02 Feb 15:21
Compare
Choose a tag to compare

Fixed the bug of binding float type parameters.

v0.2.0

17 Jan 04:06
Compare
Choose a tag to compare

Modified README and added TDengine's explicit support, for AGPLV3‘s requirement.
Changed License to Apache-2.0, as suggested by PECL.

v0.1.2

07 Jan 11:56
Compare
Choose a tag to compare

Optimizing bound result's buffer length.