Extended Datatype Support for PHP Driver

Starting with version 16.0, the SAP ASE driver for PHP supports all the SAP ASE datatypes in language query result sets.

Also as of version 16.0, the SAP ASE driver for PHP supports extended datatypes for remote procedure call parameters. The sybase_rpc_bind_param_ex() API has been updated to accept those datatypes.

The SAP ASE driver for PHP uses the PHP datetime ISO 8601 parsing function, which is available with the PHP driver extension. On some platforms, you might need to explicitly instruct the PHP build process to export date/time functions. For example, you can use these settings on the following plaforms:

See the Adaptive Server Enterprise Extension Module for PHP Programmers Guide for more information about supported datatypes.