Skip to content

Commit 4e1e86a

Browse files
Remove zend_get_zendleng() declaration
Does not actually exist anywhere
1 parent 0cdb5d0 commit 4e1e86a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

UPGRADING.INTERNALS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ PHP 8.5 INTERNALS UPGRADE NOTES
4545
properties.
4646
. ZEND_IS_XDIGIT() macro was removed because it was unused and its name
4747
did not match its actual behavior.
48+
. zend_get_zendleng(), previously only declared when PHP was compiled with
49+
ZTS support, was removed because it was unused, only forward declared.
4850
. zend_register_constant() now returns a pointer to the added constant
4951
on success and NULL on failure instead of SUCCESS/FAILURE.
5052

Zend/zend_compile.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,6 @@ ZEND_API zend_string *zend_get_compiled_variable_name(const zend_op_array *op_ar
886886

887887
#ifdef ZTS
888888
const char *zend_get_zendtext(void);
889-
int zend_get_zendleng(void);
890889
#endif
891890

892891
typedef zend_result (ZEND_FASTCALL *unary_op_type)(zval *, zval *);

0 commit comments

Comments
 (0)