|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-03-09 14:02 UTC] hholzgra at cvs dot php dot net
[2000-08-19 12:05 UTC] joey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 15:00:01 2025 UTC |
I have problem with executing external program Scheme, I use exec or system, but it does not give any ouput. My code is like: $a=exec('scheme < /home/zdenek/test.scm'); echo $a; when I use easy comand like 'dir' or 'mc' , then it works correctly, I also tried Use full path for scheme Also 'nobody' can read /home/zdenek/test.scm and 'nobody' can execute scheme. Zdenek Macura