|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-06-02 12:17 UTC] cmb@php.net
-PHP Version: 7.0.7
+PHP Version: 7.1.0-dev
[2016-06-03 08:39 UTC] danack@php.net
-Assigned To:
+Assigned To: danack
[2016-06-04 22:46 UTC] danack@php.net
[2016-06-09 20:31 UTC] danack@php.net
-Status: Assigned
+Status: Feedback
[2016-06-09 20:31 UTC] danack@php.net
[2016-06-09 20:56 UTC] joe dot bylund at moat dot com
[2016-06-09 21:54 UTC] danack@php.net
[2016-06-09 21:55 UTC] danack@php.net
-Status: Feedback
+Status: Closed
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun May 10 01:00:01 2026 UTC |
Description: ------------ Using a recent php from git (7.1.0-dev). "pecl install magick" exited with: /home/ubuntu/imagick-3.4.2/imagick_helpers.c: In function ‘php_imagick_progress_monitor_callable’: /home/ubuntu/imagick-3.4.2/imagick_helpers.c:111:5: error: ‘zend_fcall_info {aka struct _zend_fcall_info}’ has no member named ‘symbol_table’ fci.symbol_table = NULL; ^ Makefile:204: recipe for target 'imagick_helpers.lo' failed make: *** [imagick_helpers.lo] Error 1 Expected result: ---------------- Expected imagick to build & install. Actual result: -------------- Build failed with: ‘zend_fcall_info {aka struct _zend_fcall_info}’ has no member named ‘symbol_table’ fci.symbol_table = NULL;