使用 Chilkat.Zip2 时出错

发布于 2024-09-03 16:59:43 字数 523 浏览 4 评论 0原文

任何人都可以告诉我,我已经使用下面的代码来访问 COM 对象...

$zip = new COM("Chilkat.Zip2");
echo $zip;

但是,它显示了这样的...

    Fatal error: Uncaught exception 'com_exception' with message 'Failed 
to create COM object `ZipActiveX': Invalid syntax ' in 
D:\xampp\htdocs\test\testscript1.php:2 Stack trace: #0 D:\xampp\htdocs\test\testscript1.php(2): com->com('ZipActiveX') 
#1 {main} thrown in D:\xampp\htdocs\test\testscript1.php on line 1

请告诉我,我需要更改 php.ini 文件中的任何内容才能访问 COM ?

Can anybody please let me know, i have used the below code to access COM object...

$zip = new COM("Chilkat.Zip2");
echo $zip;

but, which shows an like this...

    Fatal error: Uncaught exception 'com_exception' with message 'Failed 
to create COM object `ZipActiveX': Invalid syntax ' in 
D:\xampp\htdocs\test\testscript1.php:2 Stack trace: #0 D:\xampp\htdocs\test\testscript1.php(2): com->com('ZipActiveX') 
#1 {main} thrown in D:\xampp\htdocs\test\testscript1.php on line 1

please advice me, that do i need to change anything in my php.ini file to access COM?

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

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

发布评论

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

评论(1

青朷 2024-09-10 16:59:43

如果使用 Windows Vista 或 7,请关闭 apache 并以管理员模式启动。

已编辑:
chillkat zip activex 适用于 Windows 服务器。您可以从此网址 http://www.chilkatsoft.com/download/ZipActiveX 下载并安装。 msi

使用 xampp 在 Windows 中运行网络服务器 adn 在本地运行

xampp 下载 url: http:// www.apachefriends.org/en/xampp.html

shut down apache and start in administrator mode if using windows vista or 7.

edited:
chillkat zip activex is for windows server. you can download and install from this url http://www.chilkatsoft.com/download/ZipActiveX.msi

run webserver in windows using xampp adn run locally

xampp download url: http://www.apachefriends.org/en/xampp.html

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