Tagged Questions

0
votes
0answers
55 views

PHP CLI very different process title on Debian 32 vs Ubuntu 64

I have two servers Debian Squeeze 32 and Ubuntu 11.10 Server 64. The same script with the same command behaves very different. Script test.php: <?php for ($i = 0; $i < 5; $i++) { echo $i, ...