Product Documentation

V11.5 Release Notes

Previous Topic

Next Topic

PHP driver improvements

The c-treeACE PHP driver has been improved to eliminate issues in the following areas:

  • Values can be now inserted to LVARCHAR columns with PDO::PARAM_STR parameter binding.
  • Binding NULL as a parameter for several datatypes.
  • Rollback of an explicit transaction (autocommit was always in effect unless it was explicitly disabled).
  • BindParam() binding by reference.
  • BIGINT parameters on big-endian systems.
  • Binding parameters to non-LONG columns with PDO::PARAM_LOB.
  • Binding parameters to datatypes REAL, DOUBLE, NUMERIC, and MONEY.
  • Binding parameters to BINARY and VARBINARY types.

Additionally, "memory usage" issues have been addressed.

TOCIndex