简体   繁体   English

XAMPP 1.7.3上的php_uploadprogress.dll。 对于Windows 7 Professional

[英]php_uploadprogress.dll on with XAMPP 1.7.3. for windows 7 professional

I'm trying to setup the pecl uploadprogress extension on my localhost development computer. 我正在尝试在localhost开发计算机上设置pecl uploadprogress扩展。 It's a windows 7 home professional machine with XAMPP 1.7.3. 这是带有XAMPP 1.7.3的Windows 7家庭专业机器。

After making and installing the extension it refused to start with: 制作并安装扩展程序后,它拒绝以以下内容开头:

PHP Warning:  PHP Startup: uploadprogress: Unable to initialize module
Module compiled with module API=20060613
PHP    compiled with module API=20090626
These options need to match

you simply need to find the proper version of the dll or replace php with the matching version. 您只需要找到dll的正确版本或用匹配的版本替换php。 you could also compile the library yourself... 您也可以自己编译库...

you can find everything here: http://pecl.php.net/package/uploadprogress 您可以在这里找到所有内容: http : //pecl.php.net/package/uploadprogress

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM