Browse Source

MFB - see bug #25753 for details

PEAR_1_4DEV
Rasmus Lerdorf 23 years ago
parent
commit
44df89f00d
  1. 3
      sapi/apache/mod_php5.c

3
sapi/apache/mod_php5.c

@ -837,6 +837,9 @@ static int php_xbithack_handler(request_rec * r)
}
if(!AP(xbithack)) {
r->allowed |= (1 << METHODS) - 1;
zend_try {
zend_ini_deactivate(TSRMLS_C);
} zend_end_try();
return DECLINED;
}
return send_parsed_php(r);

Loading…
Cancel
Save