The Scenario:
I am currently running PHP 5.5.30 on Apache 2.0 which is installed on a Windows 7 server. The PHP current script owner is SYSTEM
which of course has local powers but does not have access to network drives and so I am receiving the following message:
scandir(\\\MyFolder,\\MyDrive\MyFolder): Access is denied. (code: 5)
The Question: Is it possible to change the PHP current script owner? And if so, would I change this somewhere in PHP or Apache?