[PHP] [SOLVED] Re: [PHP] php5.3 exec() : output truncate

2013-01-30 Thread patrick ficheux
art Le 30/01/2013 19:14, patrick ficheux a écrit : Hi, I want to get the list of running processes. also, I call exec() with "ps -A" (ps -A displays almost all processes of all users) Unfortunatly, the output of "ps -A" seems incomplete the test file test.php: "

[PHP] php5.3 exec() : output truncate

2013-01-30 Thread patrick ficheux
Hi, I want to get the list of running processes. also, I call exec() with "ps -A" (ps -A displays almost all processes of all users) Unfortunatly, the output of "ps -A" seems incomplete the test file test.php: "); } ?> If I run the test.php under the context of httpd (from http:///test.php),