php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #78768 redefinition of typedef ‘zend_property_info’
Submitted: 2019-10-31 21:33 UTC Modified: -
From: susi dot bertram at npmx dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 7.4.0RC5 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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: susi dot bertram at npmx dot de
New email:
PHP Version: OS:

 

 [2019-10-31 21:33 UTC] susi dot bertram at npmx dot de
Description:
------------
running make stops with:
--------------
In file included from ###/php-7.4.0RC5/Zend/zend_modules.h:24:0,
                 from ###/php-7.4.0RC5/Zend/zend_API.h:25,
                 from ###/php-7.4.0RC5/main/php.h:37,
                 from ###/php-7.4.0RC5/ext/opcache/ZendAccelerator.c:22:
###/php-7.4.0RC5/Zend/zend_compile.h:369:3: error: redefinition of typedef ‘zend_property_info’
###/php-7.4.0RC5/Zend/zend_types.h:385:36: note: previous declaration of ‘zend_property_info’ was here
make: *** [ext/opcache/ZendAccelerator.lo] Error 1
--------------




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-11-01 16:05 UTC] nikic@php.net
Automatic comment on behalf of nikita.ppv@gmail.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=944c1cf034541e16ad2c953d7f783e576ed17d63
Log: Fixed bug #78768
 [2019-11-01 16:05 UTC] nikic@php.net
-Status: Open +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 09:01:28 2024 UTC