执行这段测试代码的时候
$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
=====================================================================
我现在很惆怅啊,每次安装扩展都会不顺利啊
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
欢迎选择我的课程,让我们一起见证您的进步~~