Browse Source

Fixed bug #66358 (fpm starts segfault)

broken-5.6-20140206
Xinchen Hui 12 years ago
parent
commit
a8cd9b417c
  1. 2
      sapi/fpm/fpm/fpm_main.c

2
sapi/fpm/fpm/fpm_main.c

@ -1353,7 +1353,7 @@ static void init_request_info(TSRMLS_D)
} else {
SG(request_info).request_uri = env_script_name;
}
free(real_path);
efree(real_path);
}
} else {
/* pre 4.3 behaviour, shouldn't be used but provides BC */

Loading…
Cancel
Save