Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
deb9:apache [2022/09/25 23:36] – [Xdebug] Bernard Condraudeb9:apache [2022/09/25 23:41] – [Xdebug] Bernard Condrau
Line 75: Line 75:
   - Run:<code>./configure   - Run:<code>./configure
 make</code> make</code>
-  - Copy the module to:<code>sudo cp modules/xdebug.so /usr/lib/php/{20190902, 20200930, 20210902}</code>+  - Copy the module to:<code>sudo cp modules/xdebug.so /usr/lib/php/20190902</code>
   - Modify the configuration in /etc/php/7.4/cli/php.ini for Xdebug 2:<file>zend_extension = /usr/lib/php/20190902/xdebug.so   - Modify the configuration in /etc/php/7.4/cli/php.ini for Xdebug 2:<file>zend_extension = /usr/lib/php/20190902/xdebug.so
 xdebug.remote_enable=1 xdebug.remote_enable=1