Commit 1ffc6615 authored by Ad Schellevis's avatar Ad Schellevis

(xdebug) fix xdebug configuration issue

parent 4f584dd2
......@@ -164,7 +164,7 @@ done
# Enable XDebug if enabled in config
if [ ! -z `/usr/bin/grep "<enable_xdebug>1</enable_xdebug>" /conf/config.xml` ]; then
/bin/cat >>/usr/local/lib/php.ini <<EOF
extension=xdebug.so
zend_extension=xdebug.so
[xdebug]
xdebug.profiler_enable_trigger = 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment