-1

I'm trying to use the exec() PHP function on a system that run on HHVM.

Unfortunately, the command (even a simple echo) return an empty string, without any error. When I try the command inside terminal as root the output is correct.

PHP Safe mode is off, I guess this is a permission issue but I don't know how to solve it.

bdo334
  • 380
  • 2
  • 9
  • 20

1 Answers1

2

I've updated HHVM to 3.x, and it's now working like a charm.

bdo334
  • 380
  • 2
  • 9
  • 20