|
I am having trouble getting PHP.INI configuration changes in place. . This is what my ini file looks like now
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes
include_path = ".;C:\Program Files\PHP\adodotnetservicesphp"
;PHP Toolkit for ADO .NET Data Services Library Path
adodotnetservicesphp_path = "C:\Program Files\PHP\adodotnetservicesphp"
I am receiving the following error when I run the following
C:\Program Files\PHP> php adodotnetservicesphp\PHPDataSvcUtil.php /uri:http://myAzureapp.cloudapp.net/myService.svc/
Error generating proxy classes. The configuration option 'adodotnetservicesphp_p
ath' is not set in the php.ini file, Please refer installation instructions for
fix this issue
Any thoughts?
Also - I installed PHP using the WPI 2.0 (Web Platform Installer) and the version of PHP that is currently being loaded does not contain the php_xsl.dll
Thanks
|