kastermester / hhvm-pgsql

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

DSN must separate terms by ';' #1

Open kastermester opened 10 years ago

kastermester commented 10 years ago

The zend implementation also allows spaces.

Looking at the zend source however, it seems it would break if a database name would contain semi-colons as all it does it actually to replace semi-colons by spaces and then hand that DSN straight down to libpq.