php - zbarcode安装成功了,但是不能用,gd和imagick都不支持。。
天蓬老师
天蓬老师 2017-04-11 10:04:49
[PHP讨论组]

执行这段测试代码的时候

$image = new ZBarCodeImage("./uploads/app_qrimg_save/t.cw2.net.cn/3/f/8/8/3f884f68fbe8869bc2691f5629e223f9/img.jpg");

        /* Create a barcode scanner */
        $scanner = new ZBarCodeScanner();

        /* Scan the image */
        try{
            $barcode = $scanner->scan($image);
        }catch(Exception $e) {
            echo 'Caught exception: ',  $e->getMessage(), "\n";
        }

到第7行就会中断执行。。
然后我看了一下phpinfo()

zbarcode

zbarcode module => enabled
zbarcode module version => 0.0.1-dev
ZBar library version => 0.10
ImageMagick version => ImageMagick 6.9.6-2 Q16 x86_64 2016-10-11 http://www.imagemagick.org
Imagick support => disabled
GD support => disabled

已经执行过
./configure --with-php-config=/Applications/XAMPP/xamppfiles/bin/php-config --enable-zbarcode-imagick --enable-zbarcode-gd

但还是不行

make test

Build complete.
Don't forget to run 'make test'.


=====================================================================
PHP         : /Applications/XAMPP/xamppfiles/bin/php 
PHP_SAPI    : cli
PHP_VERSION : 5.4.31
ZEND_VERSION: 2.4.0
INI actual  : /Applications/XAMPP/xamppfiles/htdocs/zbarcode/php-zbarcode-master/tmp-php.ini
More .INIs  :  
CWD         : /Applications/XAMPP/xamppfiles/htdocs/zbarcode/php-zbarcode-master
Extra dirs  : 
VALGRIND    : Not used
=====================================================================
TIME START 2017-03-02 09:32:58
=====================================================================
PASS Test construction [tests/001-construct.phpt] 
PASS Test reading image and scanning barcode [tests/002-read-barcode.phpt] 
PASS Test setting config [tests/003-setconfig.phpt] 
PASS Test multipage reading and single page reading [tests/004-paged-reading.phpt] 
PASS Test count [tests/005-count.phpt] 
SKIP Check whether imagick integration works [tests/006-imagick.phpt] reason: Imagick extension is not loaded
SKIP Test GD support [tests/007-test-gd.phpt] reason: GD support not enabled
=====================================================================
TIME END 2017-03-02 09:32:58

=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :    0
Exts tested     :   59
---------------------------------------------------------------------

Number of tests :    7                 5
Tests skipped   :    2 ( 28.6%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Expected fail   :    0 (  0.0%) (  0.0%)
Tests passed    :    5 ( 71.4%) (100.0%)
---------------------------------------------------------------------
Time taken      :    0 seconds
=====================================================================


我现在很惆怅啊,每次安装扩展都会不顺利啊

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

全部回复(0)
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号