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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
39 - 29 = ?
Subscribe to this entry?

 
 [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: Sat Apr 20 03:01:28 2024 UTC