Loading APACHE_1_2_X/src/CHANGES +4 −0 Original line number Diff line number Diff line Changes with Apache 1.2.2 *) mod_include cleanup showed that handle_else was being used to handle endif. It didn't cause problems, but it was cleaned up too. [Howard Fear] *) Last official synchonisation of mod_rewrite with author version (because mod_rewrite is now directly developed by the author at the Apache Group): o added diff between mod_rewrite 3.0.6+ and 3.0.9 Loading APACHE_1_2_X/src/modules/standard/mod_include.c +2 −2 Original line number Diff line number Diff line Loading @@ -1589,6 +1589,7 @@ int handle_endif(FILE *in, request_rec *r, char *error, #ifdef DEBUG_INCLUDE rvputs(r,"**** endif conditional_status=\"", *conditional_status ? "1" : "0", "\"\n", NULL); #endif *printing = 1; *conditional_status = 1; return 0; } else { Loading Loading @@ -1704,8 +1705,7 @@ void send_parsed_content(FILE *f, request_rec *r) continue; } else if(!strcmp(directive,"endif")) { if (!if_nesting) { ret=handle_else(f, r, error, &conditional_status, &printing); printing = 1; ret = handle_endif(f, r, error, &conditional_status, &printing); } else { if_nesting--; } Loading Loading
APACHE_1_2_X/src/CHANGES +4 −0 Original line number Diff line number Diff line Changes with Apache 1.2.2 *) mod_include cleanup showed that handle_else was being used to handle endif. It didn't cause problems, but it was cleaned up too. [Howard Fear] *) Last official synchonisation of mod_rewrite with author version (because mod_rewrite is now directly developed by the author at the Apache Group): o added diff between mod_rewrite 3.0.6+ and 3.0.9 Loading
APACHE_1_2_X/src/modules/standard/mod_include.c +2 −2 Original line number Diff line number Diff line Loading @@ -1589,6 +1589,7 @@ int handle_endif(FILE *in, request_rec *r, char *error, #ifdef DEBUG_INCLUDE rvputs(r,"**** endif conditional_status=\"", *conditional_status ? "1" : "0", "\"\n", NULL); #endif *printing = 1; *conditional_status = 1; return 0; } else { Loading Loading @@ -1704,8 +1705,7 @@ void send_parsed_content(FILE *f, request_rec *r) continue; } else if(!strcmp(directive,"endif")) { if (!if_nesting) { ret=handle_else(f, r, error, &conditional_status, &printing); printing = 1; ret = handle_endif(f, r, error, &conditional_status, &printing); } else { if_nesting--; } Loading