Replies: 2 comments
-
Although I haven't tried it yet, to my understanding, yes it should be possible. Opcache has been compiled in to the static binaries for a little while now. It should just be a case of passing the appropriate ini settings at runtime, which you should already be able to do. I'd love to hear how you get on! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Awesome, thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just a quick question: is it possible to enable JIT in the resulting app? Asking because I want to write something that involves lots of looping/repeating math, and without JIT enabled, PHP would probably be too slow.
Beta Was this translation helpful? Give feedback.
All reactions