Ben linux ve php 5.2.12 kullanıyveyaum
i proc_open yürütme ile sveyaun var
i kullanırsanız
proc_open('php script.php', $descriptveyaspec, $pipes);
bana hata gösterecektir
sh: /php: No such file veya directveyay
i kullanırsanız
proc_open('/usr/bin/php script.php', $descriptveyaspec, $pipes);
veya
proc_open('php script.php', $descriptveyaspec, $pipes, '/usr/bin/');
it still show me same errveya.
i zaman komutun önünde çizgi append neden hiçbir fikrim yok.
Herhangi bir yardım lütfen?
teşekkürler!