Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
deb9:apache [2022/09/25 23:41] – [Xdebug] Bernard Condraudeb9:apache [2022/09/25 23:45] (current) – [Xdebug] Bernard Condrau
Line 70: Line 70:
 Configuring for: Configuring for:
 ... ...
-Zend Module Api No:      20190902 (7.4) +Zend Module Api No:      20170718 (7.2), 20190902 (7.4) 
-Zend Extension Api No:   320190902 (7.4)</code>+Zend Extension Api No:   3220170718 (7.2), 320190902 (7.4)</code>
   - If it does not, you are using the wrong phpize. Please follow [[https://xdebug.org/docs/faq#custom-phpize|this FAQ entry]] and skip the next step.   - If it does not, you are using the wrong phpize. Please follow [[https://xdebug.org/docs/faq#custom-phpize|this FAQ entry]] and skip the next step.
   - Run:<code>./configure   - Run:<code>./configure
 make</code> make</code>
-  - Copy the module to:<code>sudo cp modules/xdebug.so /usr/lib/php/20190902</code> +  - Copy the module to:<code>sudo cp modules/xdebug.so /usr/lib/php/{20170718, 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.2, 7.4}/cli/php.ini for Xdebug 2:<file>zend_extension = /usr/lib/php/{20170718, 20190902}/xdebug.so
 xdebug.remote_enable=1 xdebug.remote_enable=1
 xdebug.remote_port=9000 (default: 9000) xdebug.remote_port=9000 (default: 9000)