summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-12-13 14:50:26 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-12-13 14:50:26 +0000
commit02f82d75054b07e8c5fa3bd037c99924d97d8a69 (patch)
tree41ab92c0fcf52dd17adee878a1ef79ad68d6a5e6 /devel
parentFix installation after `x11/eterm' was moved over to LOCALBASE recently. (diff)
- Update configuration example to work for 2.X version
Notes
Notes: svn path=/head/; revision=179663
Diffstat (limited to 'devel')
-rw-r--r--devel/php-xdebug/files/pkg-message.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/php-xdebug/files/pkg-message.in b/devel/php-xdebug/files/pkg-message.in
index bb39f0e2aa5e..40b8ca11dcb6 100644
--- a/devel/php-xdebug/files/pkg-message.in
+++ b/devel/php-xdebug/files/pkg-message.in
@@ -13,10 +13,9 @@ to your php.ini to load it. xdebug is not compatible with the extension
at least the lesser required extension disabled by commenting out it's
loader line in your php.ini.
-Add following section to enable/disable whatever you need from xdebug:
+Add following section to enable profiling:
- xdebug.auto_profile [1|On | 0|Off]
- xdebug.auto_profile_mode [profile mode, integer]
- xdebug.output_dir [string]
+xdebug.profiler_enable = 1
+xdebug.profiler_output_dir = /tmp/profiler
*****************************************************************************