You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are facing some JIT problem. whenever we override some PHP file during load time. HipHop is not able to reload the file and and start throwing fatal errors like the file is not being fully loaded. but once we reopen the file and save it back, it works fine.
This kind of behavior is creating deployment problems. Is there a way to have JIT off and reload command to HipHop on demand.
The text was updated successfully, but these errors were encountered:
We are facing some JIT problem. whenever we override some PHP file during load time. HipHop is not able to reload the file and and start throwing fatal errors like the file is not being fully loaded. but once we reopen the file and save it back, it works fine.
This kind of behavior is creating deployment problems. Is there a way to have JIT off and reload command to HipHop on demand.
The text was updated successfully, but these errors were encountered: