Releases: bearlord/pdo_taos
Releases · bearlord/pdo_taos
v1.0.3
Adapt to TDengine v3. Please install the extension v1.0.2 when using TDengine v2.
v1.0.2
Fixed the bug that the subquery field value is empty.
Fixed warnings when compiling with higher versions of gcc.
v1.0.1
Enhance TSDB_DATA_TYPE_JSON compatibility
v0.4.1
Updated For PHP8.1 compatibility. Now it's suitable for PHP versions from 7.0 to 8.1.
Improved timezone setting.
v0.4
Compatible with PHP7.1, PHP7.2, PHP7.3, PHP7.4, PHP8.0.
Not Compatible with 8.1 yet.
v0.3
Fixed the bug when executing taos_cleanup but not taos_init
v0.2.1
Fixed the bug of binding float type parameters.
v0.2.0
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
Optimizing bound result's buffer length.