Skip to content

Category Archives: pecl

preliminary blob fetching

I have submitted code that will allow the fetching of multiple BLOBs from Ingres. A windows DLL for PHP 5.0.5 can be got from here.
ingres, php, pecl

Version 1.1 (alpha) available

Last friday, version 1.1 (alpha) was release to PECL. The source code can be downloaded from there for UNIX/Linux, even Windows if you know how to do builds. For non-dev types its possible to download the latest php_ingres.dll from snaps.php.net, (for PHP 5.0). Not quite sure what will happen with getting an updated dll for [...]

php_ingres.dll for 4.3.11

I have made available the php_ingres.dll for php 4.3.11. It was built against 3.0.2 build 110. I have no idea if it will work against Ingres 2.6 or before. If you need such a dll please let me know. Download the r3 linked extension from here.
All new development work will require PHP 5.x. There are [...]

PHP’s ingres extension moved to PECL

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 [...]

php error reporting

Finally finished with the error functionality within PHP for Ingres. We now have 3 new functions; ingres_error(), ingres_errror_text() and ingres_error_sqlstate(). In addition it is now possible to suppress E_WARNING messages that occur when a database error occurs using the following setting in php.ini.
ingres.report_db_warnings=0 ; use 1 to allow these messages to occur.
submitting the [...]

problems building the Ingres extension

I am in the process of trying to improve PHP support for Ingres but have run into a number of problems:

There is no command line build process on windows. For the time being I have crafted a new config.w32 file and it seems to be working.
The shared build of the Ingres module on Linux does [...]