From dbbcb0c6cf5c4efc1fa25d7e4f768c72c6eb156e Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 9 Mar 2020 17:44:12 +0000 Subject: doc: use , fix php.ini path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Aurélien Tamisier --- doc/md/Unit-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/md/Unit-tests.md b/doc/md/Unit-tests.md index 7eebf18e..91fd0526 100644 --- a/doc/md/Unit-tests.md +++ b/doc/md/Unit-tests.md @@ -30,7 +30,7 @@ $ aptitude install php-xdebug $ pacman -S xdebug ``` -Then add the following line to `/etc/php/php.ini`: +Then add the following line to `/etc/php//cli/php.ini`: ```ini zend_extension=xdebug.so -- cgit v1.2.3