I use ezSQL (<!-- m --><a class="postlink" href="http://www.jvmultimedia.com/home/articles.php?articleId=2">http://www.jvmultimedia.com/home/articl ... rticleId=2</a><!-- m -->) for database work in all of my PHP scripts. Currently, my web server runs Apache 1.3, PHP4 and PostgreSQL 7. I recently decided to go for Apache 2, PHP5 and PostgreSQL 8 on my test server. Apache and pgsql work fine. And, actually, PHP5 works okay, too, for everything other than my own scripts (which use the ezSQL class). For instance, phpPgAdmin works fine and interacts with the database fine.
But with my scripts, nothing is displayed. In fact, no errors of any kind are logged (E_ALL is set to log in php.ini). Doing some searching, I've heard differing anecdotes about ezSQL working with PHP5. I'm thinking that perhaps there aren't any problems with the MySQL version of the class.
There's even a beta version of ezSQL 2.0 available, but not for PostgreSQL.
Anyone know what's up? Or maybe how to get more information from PHP about what is going wrong? Thanks.
But with my scripts, nothing is displayed. In fact, no errors of any kind are logged (E_ALL is set to log in php.ini). Doing some searching, I've heard differing anecdotes about ezSQL working with PHP5. I'm thinking that perhaps there aren't any problems with the MySQL version of the class.
There's even a beta version of ezSQL 2.0 available, but not for PostgreSQL.
Anyone know what's up? Or maybe how to get more information from PHP about what is going wrong? Thanks.