php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #80464 compile issue with PHP 8
Submitted: 2020-12-02 09:24 UTC Modified: 2021-06-19 15:55 UTC
Votes:14
Avg. Score:4.6 ± 0.7
Reproduced:14 of 14 (100.0%)
Same Version:14 (100.0%)
Same OS:13 (92.9%)
From: shop1 at mokraemer dot de Assigned: danack (profile)
Status: Closed Package: imagick (PECL)
PHP Version: 8.0.0 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: shop1 at mokraemer dot de
New email:
PHP Version: OS:

 

 [2020-12-02 09:24 UTC] shop1 at mokraemer dot de
Description:
------------
Support for php 8 missing:

e.g.
In file included from imagick_file.c:22:
php_imagick_file.h:61:108: error: expected ';', ',' or ')' before 'TSRMLS_DC'
   61 | zend_bool php_imagick_file_init(struct php_imagick_file_t *file, const char *filename, size_t filename_len TSRMLS_DC);
      |                                                                                                            ^~~~~~~~~


Actual result:
--------------
does not compile

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-04-17 10:19 UTC] jack9603301 at 163 dot com
I have the same problem. I'm waiting for a solution
 [2021-06-19 15:55 UTC] danack@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: danack
 [2021-06-19 15:55 UTC] danack@php.net
The release with support for PHP 8 was done a few days ago.

Please feel free to get the companies you work for to sponsor open source projects if you need more timely releases.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 27 16:01:27 2024 UTC