1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 14:01:01 +02:00

Remove ZEND_EARLY_BINDING_* constants

It seems like these were never actually used.
This commit is contained in:
Nikita Popov
2018-09-17 20:46:46 +02:00
parent a79e5f705c
commit 02664aee5c

View File

@@ -57,10 +57,6 @@ END_EXTERN_C()
/* excpt.h on Digital Unix 4.0 defines function_table */
#undef function_table
#define ZEND_EARLY_BINDING_COMPILE_TIME 0
#define ZEND_EARLY_BINDING_DELAYED 1
#define ZEND_EARLY_BINDING_DELAYED_ALL 2
typedef struct _zend_vm_stack *zend_vm_stack;
typedef struct _zend_ini_entry zend_ini_entry;