Skip to content

Category Archives: pecl

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

Share

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

Share

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

Share