Tag Archives: PHP

Facebook Uses HipHop To Transform PHP to C++

On the Facebook Developers site, Haiping Zhao writes about how Facebook uses HipHop to transform PHP code to C++ and compiles them using g++. In his article titled, HipHop for PHP: Move Fast, he mentions: HipHop for PHP isn’t technically … Continue reading

Posted in Applications | Tagged , , | Leave a comment

Cannot execute queries while other unbuffered queries are active

Cannot execute queries while other unbuffered queries are active Can’t execute subsequent query after multiple queries from same Pdo_Mysql->exec() call Can’t execute multiple stored procedures with Pdo_Mysql Using the following code found in the Zend Framework Quickstart: Create a Model … Continue reading

Posted in Programming | Tagged , , | 2 Comments