php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68091 Some Zend headers lack appropriate extern "C" blocks
Submitted: 2014-09-24 19:59 UTC Modified: 2014-12-06 20:30 UTC
From: aharvey@php.net Assigned: ab (profile)
Status: Closed Package: Scripting Engine problem
PHP Version: 5.5Git-2014-09-24 (Git) OS: Irrelevant
Private report: No CVE-ID: None
 [2014-09-24 19:59 UTC] aharvey@php.net
Description:
------------
Most Zend headers include BEGIN_EXTERN_C() and END_EXTERN_C() macros to ensure C++ name mangling isn't applied to ZEND_API functions when building C++ extensions. zend_float.h, zend_vm.h and zend_vm_opcodes.h lack these macros.

I'm preparing a PR to fix this on 5.5 and up.


Patches

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-12-06 20:30 UTC] ab@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: ab
 [2014-12-06 20:30 UTC] ab@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: Tue Mar 19 05:01:29 2024 UTC