Hi,
I have installed php 4.0.2 on IIS 5.0. PHP is working fine, but when I want to run
a command through PHP it gives a Access Violation Error.
I have a java class file which does some thing and returns some values.
What I am doing is running the java file from php and assigning the output to a
variable.... Its the following way.
$myVar = `java myClass'
But this gives an access violation error on IIS.
Where as it runs fine on Apache on Linux.
Please give me some input on this.
Is there some setting to be done in IIS, or change something in the
PHP.ini file. Please let me know.
Thanks in advance.
Satyajit.