I have the wincache configuration block at the bottom of my php.ini file. The very first line is wincache.fcenabled "1" . Wincache works properly based on the output of wincache.php.
My problem, so far, is that I can't schedule a task to execute properly because when I invoke php scripts at the command line I receive a popup error stating Syntax error, unexpected '"' in line XXXX
I had to put it in wordpad and increase the font just to see that the message reads unexpected ' " '.
That seems to be the correct syntax so I am not sure why php.exe reports the error. Any thoughts would be appreciated.