diff options
author | pav <pav@FreeBSD.org> | 2006-12-13 22:50:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-12-13 22:50:26 +0800 |
commit | 581f8f1325c1e66a01c84db762bc62b030662b98 (patch) | |
tree | 7d6ce2708bfc24bc1cd9e1e0e206dcf4f17d1140 | |
parent | 596108e2656866c82cf52c4508bd4756417736d4 (diff) | |
download | freebsd-ports-gnome-581f8f1325c1e66a01c84db762bc62b030662b98.tar.gz freebsd-ports-gnome-581f8f1325c1e66a01c84db762bc62b030662b98.tar.zst freebsd-ports-gnome-581f8f1325c1e66a01c84db762bc62b030662b98.zip |
- Update configuration example to work for 2.X version
-rw-r--r-- | devel/php-xdebug/files/pkg-message.in | 7 |
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 ***************************************************************************** |