Tagged Questions
3
votes
2answers
217 views
Is using shell commands from PHP/CGI bad practice?
Are shell commands considered a legitimate programming interface? Specifically, is there anything wrong with executing bash shell commands on a linux application server from PHP pages or CGI files? ...
1
vote
0answers
92 views
shell_exec not execute some programs (e.g 7z) but start another (e.g zip) [closed]
i make
shell_exec("7z a /blablabla/arc /blablabla/file");
i need archive file with 7z, but its not working.
But it works if i use zip instead 7z or start script manually
This not only with 7z, ...
0
votes
1answer
153 views
Starting a bash script from a php script
I'm trying to run a bash script using shell_exec but It doesnt seem to work. (Nothing seems to happen) I'm using nginx and the latest php5-cgi. Heres what the php file looks like:
<?php
...
0
votes
3answers
435 views
running bash scripts in php
I have two computers. On the first computer I have apache running with all my web code. On the second computer I have large amounts of data stored with a retrieval script (the script usually takes ...
0
votes
2answers
1k views
Calling bash with PHP's shell_exec — slow
I'm using PHP's shell_exec function to call a bash script on my server.
shell_exec("bash -x /tesladata/isetools/0-extractbytickerforweb.bash $ticker $isedate > ...