You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The page about PHP in the docs doesn’t explain how to use Xdebug. I had a lof of trouble setting it up the first time, then recently had another headache trying to get it to work again, because the value for `adapter` had changed from `PHP` to `Xdebug`.
Copy file name to clipboardExpand all lines: docs/src/languages/php.md
+34-2Lines changed: 34 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The PHP extension offers both `phpactor` and `intelephense` language server supp
13
13
14
14
`phpactor` is enabled by default.
15
15
16
-
## Phpactor
16
+
###Phpactor
17
17
18
18
The Zed PHP Extension can install `phpactor` automatically but requires `php` to be installed and available in your path:
19
19
@@ -25,7 +25,7 @@ The Zed PHP Extension can install `phpactor` automatically but requires `php` to
25
25
which php
26
26
```
27
27
28
-
## Intelephense
28
+
###Intelephense
29
29
30
30
[Intelephense](https://intelephense.com/) is a [proprietary](https://github.com/bmewburn/vscode-intelephense/blob/master/LICENSE.txt#L29) language server for PHP operating under a freemium model. Certain features require purchase of a [premium license](https://intelephense.com/).
31
31
@@ -60,3 +60,35 @@ To use the premium features, you can place your [licence.txt file](https://intel
60
60
Zed supports syntax highlighting for PHPDoc comments.
0 commit comments