You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Czukowski (Jira)" <ji...@apache.org> on 2020/04/22 15:11:00 UTC

[jira] [Updated] (NETBEANS-4217) PHP Requested Urls window show incorrect URLs

     [ https://issues.apache.org/jira/browse/NETBEANS-4217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Czukowski updated NETBEANS-4217:
--------------------------------
    Description: 
While following [PHP Debugging|https://netbeans-vm.apache.org/synergy/client/app/#/specification/303/v/2] tests in Synergy, I ran into this issue.

If a built-in PHP server is used, the URL includes a port number, for example:
{code:java}
http://localhost:8000/?XDEBUG_SESSION_START=netbeans-xdebug{code}
Starting a debugging session or running the project opens the correct URL.

Yet the PHP Requested Urls output window (visible after activating option Tools|Options|PHP|Debugging and check "Show Requested URLs") displays only this:
{code:java}
http://localhost/?XDEBUG_SESSION_START=netbeans-xdebug{code}

  was:
While following [PHP Debugging|https://netbeans-vm.apache.org/synergy/client/app/#/specification/303/v/2] tests in Synergy, I ran into this issue.

If a built-in PHP server is used, the URL includes a port number, for example: 
{code:java}
http://localhost:8000/?XDEBUG_SESSION_START=netbeans-xdebug{code}
Yet the PHP Requested Urls output window (visible after activating option Tools|Options|PHP|Debugging and check "Show Requested URLs") displays only this:
{code:java}
http://localhost/?XDEBUG_SESSION_START=netbeans-xdebug{code}


> PHP Requested Urls window show incorrect URLs
> ---------------------------------------------
>
>                 Key: NETBEANS-4217
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-4217
>             Project: NetBeans
>          Issue Type: Bug
>          Components: php - Debugger
>    Affects Versions: 12.0
>         Environment: PHP 7.4, XDebug 2.9.2
>            Reporter: Czukowski
>            Priority: Minor
>
> While following [PHP Debugging|https://netbeans-vm.apache.org/synergy/client/app/#/specification/303/v/2] tests in Synergy, I ran into this issue.
> If a built-in PHP server is used, the URL includes a port number, for example:
> {code:java}
> http://localhost:8000/?XDEBUG_SESSION_START=netbeans-xdebug{code}
> Starting a debugging session or running the project opens the correct URL.
> Yet the PHP Requested Urls output window (visible after activating option Tools|Options|PHP|Debugging and check "Show Requested URLs") displays only this:
> {code:java}
> http://localhost/?XDEBUG_SESSION_START=netbeans-xdebug{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists