mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +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;
|
break;
|
||||||
|
|
||||||
case 'f': /* parse file */
|
case 'f': /* parse file */
|
||||||
script_file = estrdup(ap_php_optarg);
|
script_file = ap_php_optarg;
|
||||||
no_headers = 1;
|
no_headers = 1;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue