mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
[skip ci] Fix typo s/dissasembly/disassembly
This commit is contained in:
parent
8ca8d7750d
commit
d334382eb8
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ PHP_ARG_ENABLE([opcache-jit],
|
||||||
[no])
|
[no])
|
||||||
|
|
||||||
PHP_ARG_WITH([capstone],
|
PHP_ARG_WITH([capstone],
|
||||||
[whether to support opcache JIT dissasembly through Capstone],
|
[whether to support opcache JIT disassembly through Capstone],
|
||||||
[AS_HELP_STRING([--with-capstone],
|
[AS_HELP_STRING([--with-capstone],
|
||||||
[Support opcache JIT disassembly through Capstone])],
|
[Support opcache JIT disassembly through Capstone])],
|
||||||
[no],
|
[no],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue