Skip to content

Commit 2d579a1

Browse files
author
Tony Su
authored
[ci skip] 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 <[email protected]> Closes GH-8057.
1 parent c53455f commit 2d579a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ different opcode threading model using `--with-vm-kind=CALL|SWITCH|GOTO|HYBRID`.
130130
You can disable opcode specialization using `--without-specializer`.
131131
At last you can debug the executor using the original `zend_vm_def.h` or the
132132
generated `zend_vm_execute.h` file. Debugging with the original file requires
133-
the `--with-lines` option. By default ZE3 (since PHP 7) uses the following
133+
the `--with-lines` option. By default, Zend Engine uses the following
134134
command to generate the executor:
135135
136136
```bash

0 commit comments

Comments
 (0)