From 84f248761fc47f0348acfe282a01062bca1239c7 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Mon, 27 Sep 2004 18:21:39 +0000 Subject: [PATCH] - Document zend_vm_use_old_executor() for Derick. --- Zend/README.ZEND_VM | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Zend/README.ZEND_VM b/Zend/README.ZEND_VM index 3a302991ab..bc82e9817c 100644 --- a/Zend/README.ZEND_VM +++ b/Zend/README.ZEND_VM @@ -85,3 +85,8 @@ compile-time specialization. You can switch specialization on/off with define/undefined of the ZEND_VM_SPEC in the start of zend.vm.h and select execution method by defining ZEND_VM_KIND in the same place. + +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(). -- 2.50.1