I was wondering if there is a decent resource for finding the inner workings of PHP.
I looked at the source, but a decent explanation will really help.
Some examples of questions that I would like to answer.
How is a PHP script interpreted in machine readable code?
How does it interact with Apache, how does apache compile HTML response from PHP?
And other similar questions.
Shane source
share