Some Zend headers lack appropriate extern "C" blocks
| 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
Pull Requests
History
AllCommentsChangesGit/SVN commits
[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