The new PECL package ingres-2.2.0 (stable) has been released at
PECL :: The PHP Extension Community Library.
Release notes
-------------
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)
Package Info
-------------
This extension supports the Ingres Relational Database System.
Related Links
-------------
Package home:
PECL :: Package :: ingres
Changelog:
PECL :: ingres Changelog
Download:
http://pecl.php.net/get/ingres-2.2.0.tgz
Win32 DLLs:
http://esd.ingres.com/product/driver...Bit/PHP_Driver
README:
Ingres extension for PHP