[jira] [Commented] (NETBEANS-5060) Outdated xdebug help

2020-11-29 Thread Jayce (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17240460#comment-17240460
 ] 

Jayce commented on NETBEANS-5060:
-

Looks great to me. Thanks!

> Outdated xdebug help
> 
>
> Key: NETBEANS-5060
> URL: https://issues.apache.org/jira/browse/NETBEANS-5060
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Debugger
>Reporter: Jayce
>Assignee: Junichi Yamamoto
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: NetbeansXdebug.png, 
> netbeans-5060-connection-error-dialog.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Tested with Xdebug 3RC1 for php8, configuration changed.
> Modal displayed by Netbeans (Attached) is outdated:
> Xdebug: [Config] The setting 'xdebug.remote_enable' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> Xdebug: [Config] The setting 'xdebug.remote_handler' has been removed, see 
> the upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_handler (See: 
> https://xdebug.org/docs/errors#CFG-C-REMOVED)
> Xdebug: [Config] The setting 'xdebug.remote_host' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> Xdebug: [Config] The setting 'xdebug.remote_port' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> For your information, the "old" value and the new one:
> {code:bash}
> #xdebug.remote_enable = true
> xdebug.mode = debug
> #xdebug.remote_handler = dbgp
> #xdebug.remote_host = localhost
> xdebug.client_host = localhost
> #xdebug.remote_port = 9000
> xdebug.client_port = 9003
> {code}
> Default port is now 900{color:red}3{color} instead of 9000.
> Need change in Netbeans>Preferences>Php>Debugging
> Thanks !



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

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

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



[jira] [Commented] (NETBEANS-5060) Outdated xdebug help

2020-11-29 Thread Junichi Yamamoto (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17240408#comment-17240408
 ] 

Junichi Yamamoto commented on NETBEANS-5060:


[~FFT] !netbeans-5060-connection-error-dialog.png! 

> Outdated xdebug help
> 
>
> Key: NETBEANS-5060
> URL: https://issues.apache.org/jira/browse/NETBEANS-5060
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Debugger
>Reporter: Jayce
>Assignee: Junichi Yamamoto
>Priority: Trivial
> Attachments: NetbeansXdebug.png, 
> netbeans-5060-connection-error-dialog.png
>
>
> Tested with Xdebug 3RC1 for php8, configuration changed.
> Modal displayed by Netbeans (Attached) is outdated:
> Xdebug: [Config] The setting 'xdebug.remote_enable' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> Xdebug: [Config] The setting 'xdebug.remote_handler' has been removed, see 
> the upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_handler (See: 
> https://xdebug.org/docs/errors#CFG-C-REMOVED)
> Xdebug: [Config] The setting 'xdebug.remote_host' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> Xdebug: [Config] The setting 'xdebug.remote_port' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> For your information, the "old" value and the new one:
> {code:bash}
> #xdebug.remote_enable = true
> xdebug.mode = debug
> #xdebug.remote_handler = dbgp
> #xdebug.remote_host = localhost
> xdebug.client_host = localhost
> #xdebug.remote_port = 9000
> xdebug.client_port = 9003
> {code}
> Default port is now 900{color:red}3{color} instead of 9000.
> Need change in Netbeans>Preferences>Php>Debugging
> Thanks !



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

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

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



[jira] [Commented] (NETBEANS-5060) Outdated xdebug help

2020-11-29 Thread Jayce (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17240332#comment-17240332
 ] 

Jayce commented on NETBEANS-5060:
-

Not that long.
You're just an apt update away.

In addition, it's because of [php-fpm 
7.4+|https://bugs.xdebug.org/view.php?id=1848].
So all users using a recent version will have to change the port.
Obviously, users should read the release note shouldn't they?

But i thinks it's nice to have you IDE inform you may have to change something, 
just in case... You didn't read the release note.


> Outdated xdebug help
> 
>
> Key: NETBEANS-5060
> URL: https://issues.apache.org/jira/browse/NETBEANS-5060
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Debugger
>Reporter: Jayce
>Assignee: Junichi Yamamoto
>Priority: Trivial
> Attachments: NetbeansXdebug.png
>
>
> Tested with Xdebug 3RC1 for php8, configuration changed.
> Modal displayed by Netbeans (Attached) is outdated:
> Xdebug: [Config] The setting 'xdebug.remote_enable' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> Xdebug: [Config] The setting 'xdebug.remote_handler' has been removed, see 
> the upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_handler (See: 
> https://xdebug.org/docs/errors#CFG-C-REMOVED)
> Xdebug: [Config] The setting 'xdebug.remote_host' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> Xdebug: [Config] The setting 'xdebug.remote_port' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> For your information, the "old" value and the new one:
> {code:bash}
> #xdebug.remote_enable = true
> xdebug.mode = debug
> #xdebug.remote_handler = dbgp
> #xdebug.remote_host = localhost
> xdebug.client_host = localhost
> #xdebug.remote_port = 9000
> xdebug.client_port = 9003
> {code}
> Default port is now 900{color:red}3{color} instead of 9000.
> Need change in Netbeans>Preferences>Php>Debugging
> Thanks !



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

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

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



[jira] [Commented] (NETBEANS-5060) Outdated xdebug help

2020-11-28 Thread Jira


[ 
https://issues.apache.org/jira/browse/NETBEANS-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17240020#comment-17240020
 ] 

Tomáš Procházka commented on NETBEANS-5060:
---

XDebug 3.0 was released.

It will take some time before users will start using it, so I think it will be 
useful to give users also hint that older XDebug used port 9000 as default.

 

> Outdated xdebug help
> 
>
> Key: NETBEANS-5060
> URL: https://issues.apache.org/jira/browse/NETBEANS-5060
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Debugger
>Reporter: Jayce
>Assignee: Junichi Yamamoto
>Priority: Trivial
> Attachments: NetbeansXdebug.png
>
>
> Tested with Xdebug 3RC1 for php8, configuration changed.
> Modal displayed by Netbeans (Attached) is outdated:
> Xdebug: [Config] The setting 'xdebug.remote_enable' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> Xdebug: [Config] The setting 'xdebug.remote_handler' has been removed, see 
> the upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_handler (See: 
> https://xdebug.org/docs/errors#CFG-C-REMOVED)
> Xdebug: [Config] The setting 'xdebug.remote_host' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> Xdebug: [Config] The setting 'xdebug.remote_port' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> For your information, the "old" value and the new one:
> {code:bash}
> #xdebug.remote_enable = true
> xdebug.mode = debug
> #xdebug.remote_handler = dbgp
> #xdebug.remote_host = localhost
> xdebug.client_host = localhost
> #xdebug.remote_port = 9000
> xdebug.client_port = 9003
> {code}
> Default port is now 900{color:red}3{color} instead of 9000.
> Need change in Netbeans>Preferences>Php>Debugging
> Thanks !



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

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

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



[jira] [Commented] (NETBEANS-5060) Outdated xdebug help

2020-11-25 Thread Junichi Yamamoto (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238704#comment-17238704
 ] 

Junichi Yamamoto commented on NETBEANS-5060:


Yes, I'm going to also change the message :)

> Outdated xdebug help
> 
>
> Key: NETBEANS-5060
> URL: https://issues.apache.org/jira/browse/NETBEANS-5060
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Debugger
>Reporter: Jayce
>Assignee: Junichi Yamamoto
>Priority: Trivial
> Attachments: NetbeansXdebug.png
>
>
> Tested with Xdebug 3RC1 for php8, configuration changed.
> Modal displayed by Netbeans (Attached) is outdated:
> Xdebug: [Config] The setting 'xdebug.remote_enable' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> Xdebug: [Config] The setting 'xdebug.remote_handler' has been removed, see 
> the upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_handler (See: 
> https://xdebug.org/docs/errors#CFG-C-REMOVED)
> Xdebug: [Config] The setting 'xdebug.remote_host' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> Xdebug: [Config] The setting 'xdebug.remote_port' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> For your information, the "old" value and the new one:
> {code:bash}
> #xdebug.remote_enable = true
> xdebug.mode = debug
> #xdebug.remote_handler = dbgp
> #xdebug.remote_host = localhost
> xdebug.client_host = localhost
> #xdebug.remote_port = 9000
> xdebug.client_port = 9003
> {code}
> Default port is now 900{color:red}3{color} instead of 9000.
> Need change in Netbeans>Preferences>Php>Debugging
> Thanks !



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

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

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



[jira] [Commented] (NETBEANS-5060) Outdated xdebug help

2020-11-25 Thread Jayce (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238699#comment-17238699
 ] 

Jayce commented on NETBEANS-5060:
-

Php8 will be out tomorrow i guess xdebug will follow shortly.

Configuration changes in help modal are indeed more important than the port 
number.

> Outdated xdebug help
> 
>
> Key: NETBEANS-5060
> URL: https://issues.apache.org/jira/browse/NETBEANS-5060
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Debugger
>Reporter: Jayce
>Assignee: Junichi Yamamoto
>Priority: Trivial
> Attachments: NetbeansXdebug.png
>
>
> Tested with Xdebug 3RC1 for php8, configuration changed.
> Modal displayed by Netbeans (Attached) is outdated:
> Xdebug: [Config] The setting 'xdebug.remote_enable' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> Xdebug: [Config] The setting 'xdebug.remote_handler' has been removed, see 
> the upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_handler (See: 
> https://xdebug.org/docs/errors#CFG-C-REMOVED)
> Xdebug: [Config] The setting 'xdebug.remote_host' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> Xdebug: [Config] The setting 'xdebug.remote_port' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> For your information, the "old" value and the new one:
> {code:bash}
> #xdebug.remote_enable = true
> xdebug.mode = debug
> #xdebug.remote_handler = dbgp
> #xdebug.remote_host = localhost
> xdebug.client_host = localhost
> #xdebug.remote_port = 9000
> xdebug.client_port = 9003
> {code}
> Default port is now 900{color:red}3{color} instead of 9000.
> Need change in Netbeans>Preferences>Php>Debugging
> Thanks !



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

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

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



[jira] [Commented] (NETBEANS-5060) Outdated xdebug help

2020-11-25 Thread Junichi Yamamoto (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238696#comment-17238696
 ] 

Junichi Yamamoto commented on NETBEANS-5060:


Thank you.
Maybe, will fix the default value after version 3 is released.

> Outdated xdebug help
> 
>
> Key: NETBEANS-5060
> URL: https://issues.apache.org/jira/browse/NETBEANS-5060
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Debugger
>Reporter: Jayce
>Assignee: Junichi Yamamoto
>Priority: Trivial
> Attachments: NetbeansXdebug.png
>
>
> Tested with Xdebug 3RC1 for php8, configuration changed.
> Modal displayed by Netbeans (Attached) is outdated:
> Xdebug: [Config] The setting 'xdebug.remote_enable' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> Xdebug: [Config] The setting 'xdebug.remote_handler' has been removed, see 
> the upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_handler (See: 
> https://xdebug.org/docs/errors#CFG-C-REMOVED)
> Xdebug: [Config] The setting 'xdebug.remote_host' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> Xdebug: [Config] The setting 'xdebug.remote_port' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> For your information, the "old" value and the new one:
> {code:bash}
> #xdebug.remote_enable = true
> xdebug.mode = debug
> #xdebug.remote_handler = dbgp
> #xdebug.remote_host = localhost
> xdebug.client_host = localhost
> #xdebug.remote_port = 9000
> xdebug.client_port = 9003
> {code}
> Default port is now 900{color:red}3{color} instead of 9000.
> Need change in Netbeans>Preferences>Php>Debugging
> Thanks !



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

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

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



[jira] [Commented] (NETBEANS-5060) Outdated xdebug help

2020-11-25 Thread Jayce (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238692#comment-17238692
 ] 

Jayce commented on NETBEANS-5060:
-

Yes, but Netbeans default settings should be 9003 (Except if user wants to 
customize it), not 9000 anymore (Or empty)

> Outdated xdebug help
> 
>
> Key: NETBEANS-5060
> URL: https://issues.apache.org/jira/browse/NETBEANS-5060
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Debugger
>Reporter: Jayce
>Assignee: Junichi Yamamoto
>Priority: Trivial
> Attachments: NetbeansXdebug.png
>
>
> Tested with Xdebug 3RC1 for php8, configuration changed.
> Modal displayed by Netbeans (Attached) is outdated:
> Xdebug: [Config] The setting 'xdebug.remote_enable' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> Xdebug: [Config] The setting 'xdebug.remote_handler' has been removed, see 
> the upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_handler (See: 
> https://xdebug.org/docs/errors#CFG-C-REMOVED)
> Xdebug: [Config] The setting 'xdebug.remote_host' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> Xdebug: [Config] The setting 'xdebug.remote_port' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> For your information, the "old" value and the new one:
> {code:bash}
> #xdebug.remote_enable = true
> xdebug.mode = debug
> #xdebug.remote_handler = dbgp
> #xdebug.remote_host = localhost
> xdebug.client_host = localhost
> #xdebug.remote_port = 9000
> xdebug.client_port = 9003
> {code}
> Default port is now 900{color:red}3{color} instead of 9000.
> Need change in Netbeans>Preferences>Php>Debugging
> Thanks !



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

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

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



[jira] [Commented] (NETBEANS-5060) Outdated xdebug help

2020-11-25 Thread Junichi Yamamoto (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238685#comment-17238685
 ] 

Junichi Yamamoto commented on NETBEANS-5060:


It works fine after you change the port number, right?

> Outdated xdebug help
> 
>
> Key: NETBEANS-5060
> URL: https://issues.apache.org/jira/browse/NETBEANS-5060
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Debugger
>Reporter: Jayce
>Assignee: Junichi Yamamoto
>Priority: Trivial
> Attachments: NetbeansXdebug.png
>
>
> Tested with Xdebug 3RC1 for php8, configuration changed.
> Modal displayed by Netbeans (Attached) is outdated:
> Xdebug: [Config] The setting 'xdebug.remote_enable' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> Xdebug: [Config] The setting 'xdebug.remote_handler' has been removed, see 
> the upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_handler (See: 
> https://xdebug.org/docs/errors#CFG-C-REMOVED)
> Xdebug: [Config] The setting 'xdebug.remote_host' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> Xdebug: [Config] The setting 'xdebug.remote_port' has been renamed, see the 
> upgrading guide at 
> https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port (See: 
> https://xdebug.org/docs/errors#CFG-C-CHANGED)
> For your information, the "old" value and the new one:
> {code:bash}
> #xdebug.remote_enable = true
> xdebug.mode = debug
> #xdebug.remote_handler = dbgp
> #xdebug.remote_host = localhost
> xdebug.client_host = localhost
> #xdebug.remote_port = 9000
> xdebug.client_port = 9003
> {code}
> Default port is now 900{color:red}3{color} instead of 9000.
> Need change in Netbeans>Preferences>Php>Debugging
> Thanks !



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

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

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