Skip to content

Commit d0b9db8

Browse files
authored
Update README.md
1 parent 68d8281 commit d0b9db8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,11 @@ try docker or https://docs.microsoft.com/en-us/windows/wsl/install-win10
162162

163163
not ready yet, try docker
164164

165-
# [xdebug](https://github.com/xdebug/xdebug), [tideways_xhprof](https://github.com/tideways/php-xhprof-extension.git), [SPX](https://github.com/NoiseByNorthwest/php-spx.git), [SeasLog](https://github.com/SeasX/SeasLog), [wasm](https://github.com/wasmerio/php-ext-wasm)
165+
# [xdebug](https://github.com/xdebug/xdebug), [tideways_xhprof](https://github.com/tideways/php-xhprof-extension.git), [SPX](https://github.com/NoiseByNorthwest/php-spx.git), [SeasLog](https://github.com/SeasX/SeasLog), [wasm](https://github.com/wasmerio/php-ext-wasm), [taint](https://github.com/laruence/taint), [ast](https://github.com/nikic/php-ast), [componere](https://github.com/krakjoe/componere)
166166

167-
`xdebug`, `tideways_xhprof`, `SPX`, `SeasLog`, `wasm`, `ast`, `componere`, `xattr` is default disabled, to enable it add `disable_extensions=none` into `php.ini`.
167+
`xdebug`, `taint`, `tideways_xhprof`, `SPX`, `SeasLog`, `wasm`, `ast`, `componere`, `xattr` is default disabled, to enable it add `disable_extensions=none` into `php.ini`.
168+
169+
`xdebug` conflict with `taint`, remember just enable one of them.
168170

169171
# [php -m](https://phpstatic.com/phpinfo.html)
170172
```ini

0 commit comments

Comments
 (0)