| Package Information |
| Summary |
Extension for the Ingres/Vectorwise Database Systems. |
| Maintainers |
Grant Croker <grantc@php.net> (lead) [details]
|
| License |
PHP |
| Description |
This extension supports the Ingres/Vectorwise Database Systems. |
| Homepage |
http://community.ingres.com/wiki/PHP_Driver |
Release notes Version 2.0.0 (stable) |
A major overhall for the Ingres extension including the following changes
- Support for multiple concurrent result-sets
- Automatic coercion between UTF-8 and UTF-16
- Bi-directional scrolling cursors
- New functions:
- ingres_free_results() - free the memory associated with a given result set
- ingres_autocommit_state() - return the current auto-commit state
- ingres_next_error() - fetch additional errors if any
- Support for building on OpenVMS using HP's CSWS PHP source, README.VMS for
more information
As previously noted in the ingres-1.x README(.html) file, the implementation
of concurrent resultsets requred a backwards compatibility (bc) break. See
the updated README(.html) for more information regarding this change. |