mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
No need to dupe this string in cli sapi (Bug #15181).
This commit is contained in:
parent
47c2644e1d
commit
f18fade888
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ int main(int argc, char *argv[])
|
|||
break;
|
||||
|
||||
case 'f': /* parse file */
|
||||
script_file = estrdup(ap_php_optarg);
|
||||
script_file = ap_php_optarg;
|
||||
no_headers = 1;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue