Can someone explain to me what exactly the --enable-inline-optimization option does when compiling PHP and why people would use it? Thank you!
|
feedback
|
|
You might check this Wikipedia article on inline expansion first to understand exactly what is meant by inline optimization. But essentially the compiler uses more memory (and generates a larger binary) to speed up the resulting program. Here's a post to the | |||||||
feedback
|