8.25.3. Discussion
When Apache processes a request from a client, it goes through a
series of steps; PHP plays only one part in the entire chain. Apache
also remaps URLs, authenticates users, logs requests, and more. While
processing a request, each handler has access to a set of key/value
pairs called the notes table. The
apache_note( ) function provides access to the
notes table to retrieve information set by handlers earlier on in the
process and leave information for handlers later on.