summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIliya Ivanov2021-04-04 17:38:08 +0300
committerIliya Ivanov2021-04-04 17:39:04 +0300
commit161801c40b6b90478274c86e430282f056f52706 (patch)
treed68cd957157953e91bc13a6ea2d736a84dc73c46
parent9b572fd2e52e98ff101b4e7c377f915b2cc43d00 (diff)
downloadaur-161801c40b6b90478274c86e430282f056f52706.tar.gz
fix default settings
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--xdebug.ini6
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a7f3d2673ef..1528efc973c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xdebug-zts
pkgdesc = PHP debugging extension (for ZTS enabled PHP)
pkgver = 3.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.xdebug.org
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 9a4dd4fd93a3..951f93926a03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=xdebug
pkgname=${_pkgname}-zts
pkgver=3.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="PHP debugging extension (for ZTS enabled PHP)"
arch=('x86_64')
url="https://www.xdebug.org"
diff --git a/xdebug.ini b/xdebug.ini
index 779718ea93a9..5c1ef16098de 100644
--- a/xdebug.ini
+++ b/xdebug.ini
@@ -1,5 +1,5 @@
;zend_extension=xdebug.so
-;xdebug.remote_enable=on
-;xdebug.remote_host=127.0.0.1
-;xdebug.remote_port=9000
+;xdebug.mode=debug
+;xdebug.client_host=127.0.0.1
+;xdebug.client_port=9000
;xdebug.remote_handler=dbgp