Hello, I started to move zencart 1.5.4 to hhvm and got immediately problems you described in the previous posts (now facing the query class returning boolean instead of a resultset).
Could you give some hints how you solved that or the file patch if it's ready? (All of us are fully busy so I'm just asking )

Thanks,
Marco

Quote Originally Posted by pasi View Post
I'll post a patch next week if I have the time. :)

Some of the stuff was in the database classes... where some functions returned true instead of a result object, and the true value was given as a parameter to some other functions that didn't accept it ... and most of the stuff was silenced with the @ operator, so had to remove all of them to see what was going on.

Also there was one flush() call which was failing without any errors. Might be a hhvm php parity problem.