Skip to content

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 patch to the php internals list.

Popularity: 1% [?]

Share

Some random posts