mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[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 <tao.su@intel.com> Closes GH-8057.
This commit is contained in:
parent
c53455ffd7
commit
2d579a1495
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue