Due to unforeseen circumstances the Getting Started with Ingres and PHP session I was supposed to present next Wednesday, 9th April 2008, has been brought forward one day to April 8th. The session will provide the basics for getting up and running with PHP and Ingres, covering the different platforms supported by both Ingres and [...]
Its been a long time coming but I have finally released to cvs.php.net a major revision of the PECL Ingres code. So major that I have had to break backwards compatibility to implement the ability to have multiple active result-sets. Since I promised Andy Grimm I would write a piece on the new driver for [...]
I have released another update to the PHP Ingres interface - version 1.4.3 contains a single fix for a timing issue with multi-threaded webservers during the termination of a page request. I would suggest you get the latest code from pecl.php.net. Windows users can get the latest php_ingres.dll from http://pecl4win.php.net/ext.php/php_ingres.dll.
If you are running with Apache [...]
Today I have released version 1.4.2 of the Ingres PECL extension. Mainly another bug fix release however I have reduced the memory footprint of blob operations and made some improvements with respect to UNICODE handing. In addition I supply a sample configuration file, ingres.ini, that has all the php.ini settings. You can either copy [...]
Using a post to respond to an email is hardly an internet first but it is for me. I have been talking with Carlos, from Portugal, who is looking for a DLL of the latest Ingres PECL code for PHP 4.x. For those of you who would also like a copy - you can get [...]
I have finally put out a release of the PECL driver for Ingres - you can get hold of the package from http://pecl.php.net/ingres or if you are a windows user pre-built DLLs can be found on http://pecl4win.php.net. See the CHANGELOG for the new additions.
powered by performancing firefox
Since the lob code for Ingres PECL uses an undocumented feature, namely, parameter typing - I have included below a code snippet to get people started:
SQL Schema:
create table blobs (
blob_name varchar(255) not null,
blob_data long byte not null [...]
I have finally submitted code for handling LOBs within the PECL Ingres extension. Only a minor memory leak to sort out and then I will release version 1.3.1.
See CHANGELOG to see what else has happened.
[tags]ingres, php, pecl[/tags]
Since Ingres 2006 has moved over to the GPL I am unable to publish any new releases. The CTO for Ingres, Dave Dargo, has promised this will be addressed as I am sure there are other FOSS projects that want to make use of Ingres but will not be able to use it due to [...]
Version 1.2 of the PHP PECL extension ingres has been released. Get the code from http://pecl.php.net/get/ingres. Download pre-built windows binaries from http://pecl4win.php.net/ext.php/php_ingres.dll.
Below are the changes for the release:
version 1.2
Fixed memory allocation when handling null blobs [grantc 04-10-05]
Fix php_ii_fetch() to allow the fetching of multiple blobs [grantc 22-09-05]
Fix php_ii_convert_data() to address correct indicies [grantc 22-09-05]
Added preliminary [...]