From 4fd0418360d1edb963767d1ae7aefc4a8c01baaa Mon Sep 17 00:00:00 2001 From: "Su, Tao" Date: Mon, 7 Feb 2022 17:16:17 -0800 Subject: [PATCH] [Zend] Update README.md on ZE description Expand ZE to Zend Engine and remove Zend Engine version. per Christoph M. Becker's comment for PR-8008. Signed-off-by: Su, Tao --- Zend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/README.md b/Zend/README.md index d164da4736e9..26f3613c34bb 100644 --- a/Zend/README.md +++ b/Zend/README.md @@ -130,7 +130,7 @@ different opcode threading model using `--with-vm-kind=CALL|SWITCH|GOTO|HYBRID`. You can disable opcode specialization using `--without-specializer`. At last you can debug the executor using the original `zend_vm_def.h` or the generated `zend_vm_execute.h` file. Debugging with the original file requires -the `--with-lines` option. By default ZE3 (since PHP 7) uses the following +the `--with-lines` option. By default, Zend Engine uses the following command to generate the executor: ```bash