feature php request question.

Status
Not open for further replies.

gigz1world201134

New Member
Messages
1
Reaction score
0
Points
0
hello im having a problem with my software, it requires the
Ability to run PHP from the command line (CLI) with exec()
Ability to execute background processes with exec("binary > /dev/null &")

I'd like know if this is enabled?
and if its not how can i make my script work?
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
I seriously doubt that they will enable those on the Free Servers. Ever.

What does your script need those for?
 

Skizzerz

Contributors
Staff member
Contributors
Messages
2,928
Reaction score
118
Points
63
exec() is disabled for security reasons and will never be enabled on Free Hosting servers. If you require the use of exec(), you will need to purchase premium hosting (as not even Illuminated has it, I think). Otherwise, you will need to find alternative methods to do whatever it is that the script is trying to do
 
Status
Not open for further replies.
Top