View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016670 | phpList 3 application | Command Line | public | 10-08-12 00:24 | 04-06-13 21:36 |
Reporter | danjfoley | ||||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | apache | OS | freebsd | OS Version | |
Product Version | |||||
Target Version | 2.10.20 | Fixed in Version | 2.11.10 | ||
Summary | 0016670: command line won't run as the unregister gloabls clear all command line parameters | ||||
Description | See https://mantis.phplist.com/view.php?id=15288 it's the same problem. | ||||
Steps To Reproduce | Try running anything on the command line. | ||||
Tags | No tags attached. | ||||
|
I have fixed by adding this line to the unregister_globals functions.. first line inside the function: if (php_sapi_name() == "cli") return; That way nothing gets unregistered when running via command line. Works for me. Again it's the same issue above that was reported fix in 2.10.11 PS i'm running 2.10.19 and it's still not fixed. |