I just started to move my application from my development environment to my test environment and I came across something unexpected. My development environment is Windows/Apache/PHP - connected to an external Postgresql DB. The application runs fine on that.
I moved to Linux/Apache/PHP and Postgresql and suddenly I get an error saying that I can't run multiple commants (Delete From xx Where yy; Insert Into xx;) in a single prepared statement. Its the same code, the same database. I would think that I either can or can not but it seems that PDO behaves differently on Windows then on Linux. Does anybody have experience with this? Thanks for the help. SWK -- View this message in context: http://www.nabble.com/multiple-commands-in-pdo-prepared-statement-tp23376431p23376431.html Sent from the Zend Framework mailing list archive at Nabble.com.
