+1: jailletc36, ylavic (by inspection), covener
jailletc36: untested, but looks straight forward enough to vote
- * core: maintainer mode fix for #if AP_ENABLE_EXCEPTION_HOOK
- trunk: http://svn.apache.org/r1809135
- 2.4.x patch: svn merge -c 1809135 ^/httpd/httpd/trunk .
- +1: covener, rjung, jim
-
*) core: allow quoted paths in <IfFile>
trunk: http://svn.apache.org/r1797844
2.4.x patch: svn merge -c 1797844 ^/httpd/httpd/trunk .
extern void ap_core_child_status(server_rec *s, pid_t pid, ap_generation_t gen,
int slot, mpm_child_status status);
-#if AP_ENABLE_EXCEPTION_HOOK
+#if defined(AP_ENABLE_EXCEPTION_HOOK) && AP_ENABLE_EXCEPTION_HOOK
extern const char *ap_mpm_set_exception_hook(cmd_parms *cmd, void *dummy,
const char *arg);
#endif