php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #64373 Compilation failure when building with --enable-maintainer-zts
Submitted: 2013-03-07 10:11 UTC Modified: 2013-04-26 07:01 UTC
Votes:5
Avg. Score:4.0 ± 0.9
Reproduced:5 of 5 (100.0%)
Same Version:2 (40.0%)
Same OS:2 (40.0%)
From: loic dot frering at gmail dot com Assigned: dsp (profile)
Status: Closed Package: Compile Failure
PHP Version: 5.5.0alpha5 OS: Ubuntu 12.04 64bits
Private report: No CVE-ID: None
 [2013-03-07 10:11 UTC] loic dot frering at gmail dot com
Description:
------------
Building PHP 5.5.0alpha5 with --enable-maintainer-zts option leads to:

    source/5.5.0alpha5/Zend/zend_language_parser.h:331:5: error: conflicting types for 'zendparse'
    source/5.5.0alpha5/Zend/zend_globals_macros.h:35:5: note: previous declaration of 'zendparse' was here
    make: *** [ext/standard/basic_functions.lo] Error 1

For information, I had no problem building 5.5.0alpha4 with the exact same options.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-04-26 07:01 UTC] dsp@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: dsp
 [2013-04-26 07:01 UTC] dsp@php.net
The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 03:01:28 2024 UTC