За последние 24 часа нас посетили 16606 программистов и 1765 роботов. Сейчас ищут 1994 программиста ...

как установить хдэбаг

Тема в разделе "Установка PHP", создана пользователем ubunta2, 28 сен 2019.

  1. ubunta2

    ubunta2 Зэк
    [ БАН ]

    С нами с:
    27 июн 2017
    Сообщения:
    947
    Симпатии:
    28
    Instructions
    1. Download xdebug-2.7.2.tgz
    2. Install the pre-requisites for compiling PHP extensions.
    On your Ubuntu system, install them with: apt-get install php-dev autoconf automake
    3. Unpack the downloaded file with tar -xvzf xdebug-2.7.2.tgz
    4. Run: cd xdebug-2.7.2
    5. Run: phpize (See the FAQ if you don't have phpize).
    As part of its output it should show:
    Configuring for:
    ...
    Zend Module Api No: 20170718
    Zend Extension Api No: 320170718
    If it does not, you are using the wrong phpize. Please follow this FAQ entry and skip the next step.
    6. Run: ./configure
    7. Run: make
    8. Run: cp modules/xdebug.so /usr/lib/php/20170718
    9. Edit /etc/php/7.2/apache2/php.ini /etc/php/7.2/apache2/php.ini and add the line
    zend_extension = /usr/lib/php/20170718/xdebug.so
    10. Restart the webserver

    Это мне понятно
    On your Ubuntu system, install them with: apt-get install php-dev autoconf automake
    9. Edit /etc/php/7.2/apache2/php.ini /etc/php/7.2/apache2/php.ini and add the line
    zend_extension = /usr/lib/php/20170718/xdebug.so
    10. Restart the webserver
     
  2. artoodetoo

    artoodetoo Суперстар
    Команда форума Модератор

    С нами с:
    11 июн 2010
    Сообщения:
    11.096
    Симпатии:
    1.240
    Адрес:
    там-сям
    sudo apt-get install php-xdebug
    sudo service apache2 restart
     
  3. ubunta2

    ubunta2 Зэк
    [ БАН ]

    С нами с:
    27 июн 2017
    Сообщения:
    947
    Симпатии:
    28
    а нужно настройки какие-то еще прописывать где-то7
     
  4. artoodetoo

    artoodetoo Суперстар
    Команда форума Модератор

    С нами с:
    11 июн 2010
    Сообщения:
    11.096
    Симпатии:
    1.240
    Адрес:
    там-сям
    нет. чтобы установить xdebug ничего больше не надо.

    не надо придумывать проблемы до их наступления.
     
    #4 artoodetoo, 28 сен 2019
    Последнее редактирование: 28 сен 2019
  5. ubunta2

    ubunta2 Зэк
    [ БАН ]

    С нами с:
    27 июн 2017
    Сообщения:
    947
    Симпатии:
    28
    спасибо