int cgi_started=0;
int behavior=PHP_MODE_STANDARD;
int no_headers=0;
+ int free_path_translated=0;
#if SUPPORT_INTERACTIVE
int interactive=0;
#endif
}
cgi_started=1;
SG(request_info).path_translated = estrdup(optarg);
+ free_path_translated=1;
/* break missing intentionally */
case 'q':
no_headers = 1;
}
php3_header(); /* Make sure headers have been sent */
+ if (free_path_translated)
+ efree(SG(request_info).path_translated);
php_request_shutdown((void *) 0);
php_module_shutdown();
#ifdef ZTS