q. sapi_cli_single_write()
r. php_url
s. zend_function.reserved[]
+ t. zif_handler
2. Build system changes
a. Unix build system changes
ZEND_ACC_FAKE_CLOSURE flags use reserved[0] for internal purpose.
Third party extensions must not modify reserved[] fields of these functions.
+ t. For internal functions the typedef zif_handler has been introduced. It is
+ recommended to use this from now on, instead of defining own handler types.
+
========================
2. Build system changes
========================