|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2000-07-20 18:03 UTC] wojciech dot tryc at kanatek dot com
I am unable to call/execute another applications. exec() and system() seems to not function properly. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Jun 30 18:00:02 2026 UTC |
works fine using apache/php4.0.1pl2/cgi/win2000 Please verify, that it?s still happening using the latest version of PHP (release 4.0.1pl2 or CVS). Try: echo `dir`; echo system('dir'); echo exec('dir');