Skip to content

Commit fb4c30b

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Windows native support for phpstorm urls
2 parents f75a456 + 3e9e6b9 commit fb4c30b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

reference/configuration/framework.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ following values: ``phpstorm``, ``sublime``, ``textmate``, ``macvim``, ``emacs``
244244

245245
.. note::
246246

247-
The ``phpstorm`` option is supported natively by PhpStorm on MacOS,
248-
Windows requires `PhpStormProtocol`_ and Linux requires `phpstorm-url-handler`_.
247+
The ``phpstorm`` option is supported natively by PhpStorm on macOS and
248+
Windows; Linux requires installing `phpstorm-url-handler`_.
249249

250250
If you use another editor, the expected configuration value is a URL template
251251
that contains an ``%f`` placeholder where the file path is expected and ``%l``
@@ -298,7 +298,10 @@ Another alternative is to set the ``xdebug.file_link_format`` option in your
298298
// example for PhpStorm
299299
xdebug.file_link_format="phpstorm://open?file=%f&line=%l"
300300
301-
// example for Sublime
301+
// example for PhpStorm with Jetbrains Toolbox
302+
xdebug.file_link_format="jetbrains://php-storm/navigate/reference?project=example&file=%f:%l"
303+
304+
// example for Sublime Text
302305
xdebug.file_link_format="subl://open?url=file://%f&line=%l"
303306
304307
.. note::
@@ -3799,7 +3802,6 @@ the ``#[WithLogLevel]`` attribute::
37993802

38003803
.. _`HTTP Host header attacks`: https://www.skeletonscribe.net/2013/05/practical-http-host-header-attacks.html
38013804
.. _`Security Advisory Blog post`: https://symfony.com/blog/security-releases-symfony-2-0-24-2-1-12-2-2-5-and-2-3-3-released#cve-2013-4752-request-gethost-poisoning
3802-
.. _`PhpStormProtocol`: https://github.com/aik099/PhpStormProtocol
38033805
.. _`phpstorm-url-handler`: https://github.com/sanduhrs/phpstorm-url-handler
38043806
.. _`blue/green deployment`: https://martinfowler.com/bliki/BlueGreenDeployment.html
38053807
.. _`gulp-rev`: https://www.npmjs.com/package/gulp-rev

0 commit comments

Comments
 (0)