summaryrefslogtreecommitdiff
path: root/Zend/README.ZEND_VM
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-10-28 06:48:59 +0000
committerDmitry Stogov <dmitry@php.net>2004-10-28 06:48:59 +0000
commit64baaf8f7ff800d9af1d12083f99b876b17da159 (patch)
treef807d9025db674d1a4b0c13b629d133607efb37f /Zend/README.ZEND_VM
parentaa35b11afe7cdd9781c9afee4e83b67006c979db (diff)
downloadphp-git-64baaf8f7ff800d9af1d12083f99b876b17da159.tar.gz
--without-lines changed to --with-lines
Diffstat (limited to 'Zend/README.ZEND_VM')
-rw-r--r--Zend/README.ZEND_VM4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/README.ZEND_VM b/Zend/README.ZEND_VM
index 7bbb46c1f8..bc71179fe6 100644
--- a/Zend/README.ZEND_VM
+++ b/Zend/README.ZEND_VM
@@ -96,10 +96,10 @@ different opcode threading model using --with-vm-kind=CALL|SWITCH|GOTO. You can
disable opcode specialization using --without-specializer. You can include or
exclude old executor together with specialized one using --without-old-executor.
At last you can debug executor using original zend_vm_def.h or generated file
-zend_vm_execute.h. Debugging with generated file requires --without-lines
+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 --without-lines
+$ 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