Skip to content

Tag Archives: php

Ingres PHP support for HP OpenVMS CSWS 2.0

For those of you who are interested in running PHP on OpenVMS with Ingres, I have published a pre-built binary to
http://esd.ingres.com/product/drivers/PHP/HP_OpenVMS_Alpha/PHP_Driver. Installation instructions are available via http://bit.ly/InstallPHPIngresOpenVMS or in the README.VMS file contained within the download. The supplied PHP_INGRES.EXE has been built against Ingres 9.2.0 (axm.vms/143). If you want this extension for a different version [...]

PHP Ingres 2.2.1 released

The last release of the PHP driver introduced a regression where by the “EXECUTE PROCEDURE” or “CALL” SQL statements would fail to execute (PECL bug 16688). The bug slipped through the net due to missing tests for database procedures. This oversight has now been resolved and the fix has been rolled into a new release, [...]

PHP 5.3.0 released

Just a quick note to say that PHP 5.3.0 has been released. DLLs for PHP 5.3.0 and Ingres are in the process of being built and should be up on http://esd.ingres.com within the next 24 hours.

PHP Ingres 2.2.0 released

My record for monthly releases came to a grinding halt in March and for a good reason. At some point between December and February I introduced a series of regressions in to the driver code causing memory leaks and segmentation violations. I hope these have now all been fixed and as you can see from [...]

PHP Ingres 2.1.0 released

Another month … (this is getting to be a habit):
This update is implements several bits of new functionality as can seen from the CHANGELOG

Add ingres.fetch_buffer_size to configure to the number of rows ingres_query() will fetch.
Add ingres_charset() to fetch the installation II_CHARSETxx value
Add ingres.describe ini setting to allow disabling of DESCRIBE INPUT if desired
Add support for [...]

PHP driver 2.0.2 released

Another month, another release.
2.0.2 is minor release fixing a couple of memory leaks and a SEGV. For your enjoyment, here is the complete CHANGELOG:
- Fix corrupt Ingres MONEY to PHP DOUBLE conversions
- Eliminate memory leak when ingres_free_result() is not called
- Fix ingres_field_name() so it returns the correct column name
- Fix SEGV in php_ii_convert_data() when [...]

More Christmas presents…. PHP driver 2.0.1 released

Along with the release of Christmas edition of the Ingres database workbench a new version of the Ingres PHP driver has been posted.
2.0.1 is major/minor release in as much as it is just a bunch of bug fixes but includes some important changes. From the CHANGELOG here are what I believe are the two most [...]