diff options
-rw-r--r-- | Zend/README.ZEND_VM | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/README.ZEND_VM b/Zend/README.ZEND_VM index bc71179fe6..15ff6fd86f 100644 --- a/Zend/README.ZEND_VM +++ b/Zend/README.ZEND_VM @@ -105,3 +105,4 @@ 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(). + |