Due to a directory name/build conflict the Ingres module for PHP has been moved to PECL. The downside is there are additional steps to getting the extension build, to be documented at some point. The upside is the extension is no longer constrained by PHP release cycles. All development work was going into PHP 5.1 but there was no timetable for when this would be ready. With PECL we can release as and when is needed.
There are a number of ways the extension code can be downloaded:
- via the PECL Website
- using PEAR
An initial version based on what was in the main source tree, with some build fixes has been published. Additionally error reporting has been checked into CVS. See the current CHANGELOG below:
CVS
- Adding CHANGELOG to keep better track of changes [grantc 30-05-05]
- Added support for reporting/testing Ingres error messages [grantc 30-05-05]
version 1.0
- Corrected config files to allow building under UNIX [grantc 25-05-05]
- Corrected username [grantc 25-05-05]
- Added the ability to do PECL package builds [grantc 25-05-05]
- Code moved from /php-src/ext/ingres_ii to /pecl/ingres [derick 23-05-05]
pre-pecl
- Fixed bug #30593 – pthread linking problems . [grantc 23-05-05]