do you have other opcode cache like eAccelerator, XCache enabled?
if none of them enabled, recommend you have one, absolutely it'll improve the php performance a lot.
opcode cache is built as php extension, you can save/keep your current php binary, just build out apc.so, xcache.so, eaccelerator.so. and enable one(and only one) in php.ini.