Removed reference to the obsolete zend_vm_use_old_executor()
authorDmitry Stogov <dmitry@zend.com>
Tue, 16 Jan 2018 07:44:15 +0000 (10:44 +0300)
committerDmitry Stogov <dmitry@zend.com>
Tue, 16 Jan 2018 07:44:15 +0000 (10:44 +0300)
Zend/README.ZEND_VM
Zend/zend_vm.h

index de66110d648326a62be66e213c40ee4c92fcecdb..2cd5dfc5201fb2ed557a1a4e9d77f1566da17493 100644 (file)
@@ -100,9 +100,3 @@ zend_vm_execute.h. Debugging with original file requires --with-lines
 option. By default ZE2 uses the following command to generate executor:
 
 $ php zend_vm_gen.php --with-vm-kind=CALL
-
-Zend Engine II currently includes two executors during the build process, one
-is the specialized version and the other is the old one non-specialized with
-function handlers. By default Zend Engine II uses the specialized one but you
-can switch to the old executor at runtime by calling zend_vm_use_old_executor().
-
index ce0304e91016dc018d5503d9b4a8765a7e2eaec3..34751c72497f411e2695ff5a5ddb8cd685bf8505 100644 (file)
@@ -23,7 +23,6 @@
 
 BEGIN_EXTERN_C()
 
-ZEND_API void zend_vm_use_old_executor(void);
 ZEND_API void ZEND_FASTCALL zend_vm_set_opcode_handler(zend_op* opcode);
 ZEND_API void ZEND_FASTCALL zend_vm_set_opcode_handler_ex(zend_op* opcode, uint32_t op1_info, uint32_t op2_info, uint32_t res_info);
 ZEND_API void ZEND_FASTCALL zend_serialize_opcode_handler(zend_op *op);