"在线"在外部php服务器

时间:2017-07-10 07:16:16

标签: php eclipse git

我在外部服务器上有大项目(php + js + html)。我想知道,有可能在这个项目上“在线”工作。在服务器上有很多带有类和函数的php文件,我将在我的计算机上使用Eclipse(或其他IDE,php调试,比nodepad ++更多)。我以为Git帮助了我,但我不知道,git存储库是如何配置的,我开始想知道这是否可能。

1 个答案:

答案 0 :(得分:0)

是的,但它的杀戮性能。您可以使用xdebug php扩展(git在这一刻不会帮助您)您必须:

  • 安装x-debug: 示例(php71的分为os):
    yum isntall php71-php-pecl-xdebug
  • config xdebug extension(/etc/opt/remi/php71/php.d/15-xdebug.ini):

    xdebug.remote_enable = 1
    xdebug.remote_connect_back = 1
    xdebug.show_local_vars = 1
    xdebug.remote_autostart = 1
    xdebug.idekey =“production”

  • 在您的帐号中设置idekey IDE

完整文档:https://xdebug.org/docs/remote