]> granicus.if.org Git - php/commitdiff
Remove ZEND_EARLY_BINDING_* constants
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 17 Sep 2018 18:46:46 +0000 (20:46 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 17 Sep 2018 18:59:16 +0000 (20:59 +0200)
It seems like these were never actually used.

Zend/zend_globals.h

index 907349c173171754a77802d5a11ae625c332d64a..3c92a8f7f61ef486b8dbe53d56960555ab0ececc 100644 (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;