使用 Chilkat.Zip2 时出错
任何人都可以告诉我,我已经使用下面的代码来访问 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果使用 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