类“WSClient”未找到 PHP

发布于 2025-01-01 02:55:34 字数 655 浏览 2 评论 0原文

我使用 wamp 2.2 来使用 wsf/php/2.1.0,我已经加载并启用了 wsf.dll 和 php_xsl.dll 并配置了我的 php.ini,但我仍然遇到了这个致命错误。

致命错误:类“WSClient”在 php.ini 和 httpd.config 中未找到

修改

[wsf]
wsf.home="C:\wamp\www\wsf\wsf_c"
wsf.log_path="C:\wamp\www\wsf\wsf_c\wsf_c\logs"
wsf.log_level=3
wsf.rm_db_dir="C:\wamp\www\wsf\wsf_c\wsf_c"



PHPIniDir "C:/wamp/bin/apache/Apache2.2.21/bin/php.ini"
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps

我已经在环境变量中定义了 wsf 文件夹,因此可以从任何地方访问该文件夹,并且还包括

ini_set("include_path","C:\wamp\www\wsf\scripts\\");

任何人都可以告诉我如何使这个东西运行??

谢谢

I'm using wsf/php/2.1.0 using wamp 2.2, I've loaded and enabled wsf.dll and php_xsl.dll and configured my php.ini but still I 'm getting this fatal error.

Fatal error: Class 'WSClient' not found

modification in php.ini and httpd.config

[wsf]
wsf.home="C:\wamp\www\wsf\wsf_c"
wsf.log_path="C:\wamp\www\wsf\wsf_c\wsf_c\logs"
wsf.log_level=3
wsf.rm_db_dir="C:\wamp\www\wsf\wsf_c\wsf_c"



PHPIniDir "C:/wamp/bin/apache/Apache2.2.21/bin/php.ini"
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps

I've defined that wsf folder in envoirmental variable so this folder can be access from anywhere, and also included

ini_set("include_path","C:\wamp\www\wsf\scripts\\");

Can anyone tell me how to make this thing run??

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

傲娇萝莉攻 2025-01-08 02:55:34

要在 WAMP 中使用 WSF/PHP,请让我建议您 教程。您需要遵循本教程直到结束 (4.b)。完成后,您可以按照此处。

对于我来说,经过多次尝试,我终于成功地使用了这个WSF/PHP API。

当然,如果您再次遇到一些问题,请随时在这里发帖。

to use WSF/PHP with WAMP, let me advice you this tutorial. You need to follow this tuto until the end (4.b). Once finished, you follow the installation guide here.

For me, after several attempts, I have finally succeed in using this WSF/PHP API.

Of course, if you encounter some issues again, don't hesitate to post here.

木緿 2025-01-08 02:55:34

我也提醒这个错误(看起来是这样)。明显的解决方法是将 wsf PHP API 目录复制/符号链接到脚本的工作目录。

I remind this bug (seems so) as well. The obvious cure was to copy/symlink the wsf PHP API directory to the working directory of the script.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文