kastermester / hhvm-pgsql

Postgres Extension for the HipHop PHP Virtual Machine
Other
1 stars 0 forks source link

Testing PDO #4

Open majksner opened 10 years ago

majksner commented 10 years ago

Hi,

I was testing PDO implementation. Here is what I noticed so far:

  1. Some pages in my app throws blank page with 403 error code, but unfortunately I can't see anything in error logs for HHVM, and for Nginx as well.

Let me know if there is a way to debug this.

kastermester commented 10 years ago

Hi,

I'm afraid I can't help you much on this - unless you can somehow come up with a contrived example that can reproduce the issue. Are you sure it is a problem related to the PDO PgSql driver and not something else?

majksner commented 10 years ago

Hi,

I'm not 100% sure, but I have everything same running under PHP-FPM and I don't see that error. Same Nginx config, same source files, same database.