ingres

Extension for the Ingres/Vectorwise Database Systems.


This extension supports the Ingres/Vectorwise Database Systems.

License: PHP

This package is not maintained, if you would like to take over please go to this page.

Latest releases

Version Release Download
2.2.4 2013-01-21 ingres-2.2.4.tgz
2.2.3 2011-09-03 ingres-2.2.3.tgz
2.2.2 2010-06-09 ingres-2.2.2.tgz
2.2.1 2009-06-30 ingres-2.2.1.tgz
2.2.0 2009-06-19 ingres-2.2.0.tgz
Show all releases

Changelog

Version Message
2.2.4 This is a minor release that addresses the following:
- Update the extension for PHP 5.4
2.2.3 This is a minor release that addresses the following:
- Fix bug 18006 - An unreferenced result resources can cause ingres_query() to fail
- Fix bug 17621 - Improve the handling of C style comments within an SQL query
2.2.2 This is a minor release that addresses the following:
- Fix bug 17556 - Handle errors for non-result returning statements
- Update the unit tests to be more independent
- Fix bug 16960 - SEGV when fetching the results from a row producing procedure
- Fix bug 16990 - SEGV when executing a database procedure
- Fix bug 17510 - Fix php_ii_set_connect_options so they work as documented
- Add support for the Ingres BOOLEAN type
- Fix bug 17302 - _close_statement is unable to free active statements
- Fix bug 17207 - Under certain conditions the driver can SEGV when doing cleaning up
- Fix bug 17198 - Unable to close non-result statements
- Fix bug 17092 - SIGBUS when fetching data on 64-bit Solaris
- IIapi_getDescriptor() should only be called for SELECT statements
- Add ingres_fetch_assoc()
- Fix bug 16752 - Send all string values as IIAPI_VCH_TYPE
- Allow for a 0 offset in all ingres field functions
- Update build scripts for OpenVMS CSWS PHP 2.0
2.2.1 This is a minor release that fixes the following problem:
- Fix bug 16688 - EXECUTE PROCEDURE fails due to a missing "break"
2.2.0 This is a minor release that introduces the following new functionality:

- Add support for fetching/putting LONG NVARCHAR data
- Add arginfo to provide reflection access to the internals
- Add ingres_unbuffered_query()

And fixes the following problems:

- Fix bug 16668 - Update ii_result->tranhandle after calling IIapì_autocommit()
- Fix bug 16616 - auto commit emulation failed with a SELECT followed by an INSERT
- Fix bug 16075 - improper clean up of old resource values causing SEGV
- When II_SYSTEM is not defined provide a link to the documentation showing how to set it up
- Fix bug 16539 - Stale connections fail to be disconnected using IIapi_disconnect()
- Fix bug 16539 - Binding UTF-8 data causes an additional NULL to be sent to the server
- Fix GPF on Windows with sql.safe_mode and undefined ingres.default_database
- Fix ingres_prepare() and ingres_execute() so they actually work
- Make sql_safe_mode use ingres.default_database
- ingres_fetch_proc_return should return NULL if no value is available
- Handle leading white-space characters in query detection (thanks Alex Trofast)
Show complete changelog