[phplib] Debug on postgres From: spam <email protected>
Date: 07/11/01

A friend convinced me to use postgres on my next personal project and so I
got PHPlib installed and started using it. I discovered to my horror, that
unlike the oracle, oci8 and mysql DB_Sql objects, there was no Debug flag
for postgres!

I went through the code in db_pgsql and added code based on the
Debug variable used in db_oracle.inc and db_oci8.inc that I'm used to.

Is there someplace I can submit my version for the good of the project?

Also I noticed that there are some places in those two oracle related files
where $Debug is used instead of $this->Debug, so that code will NEVER be
executed and should be updated or removed.

Paul Sundling

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>