php / php-src

The PHP Interpreter
https://www.php.net
Other
38.12k stars 7.74k forks source link

zend_hash_str_find_ptr_lc && zend_hash_find_ptr_lc Not C++ Friendly #16475

Closed KaseyJenkins closed 3 days ago

KaseyJenkins commented 3 days ago

Description

ZEND_API functions from zend_hash.h, namely: zend_hash_str_find_ptr_lc zend_hash_find_ptr_lc

are not C++ friendly, i.e. the extern "C" modifier is not applied to them, whereas all other ZEND_API functions from the same file have it.

PHP Version

PHP 8.4

Operating System

No response

KaseyJenkins commented 3 days ago

PR: https://github.com/php/php-src/pull/16476

iluuu1994 commented 3 days ago

The linked PR was merged, so this may be closed.