Browse Source

fix folding

PHAR_1_2
Jani Taskinen 19 years ago
parent
commit
cc745f1724
  1. 3
      main/main.c

3
main/main.c

@ -210,7 +210,10 @@ static PHP_INI_MH(OnUpdateTimeout)
zend_set_timeout(EG(timeout_seconds));
return SUCCESS;
}
/* }}} */
/* {{{ PHP_INI_MH
*/
static ZEND_INI_MH(OnUpdateOutputEncoding)
{
if (new_value) {

Loading…
Cancel
Save