Extended Datatype Support for PHP Driver

The ASE driver for PHP supports all the ASE datatypes in language query result sets.

Also the 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 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.