|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-09-26 11:18 UTC] wez@php.net
[2002-10-14 19:35 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 15:00:01 2025 UTC |
Running exec("cmd.exe /c dir",$result,$status) gives good output to result array. running exec("cmd.exe /c dir>c:\TEMP\test.txt",$result,$status) fails with access error. User running website has full access to C:\temp. ----------"------------- read access to cmd.exe. Loggin on to machine with same user account and opening an cmd windows & running the full cmd.exe /c etc.etc. works... It looks like an bug, but I might be very wrong. If so, please to hesitate to tell me that... :) /Christian