summaryrefslogtreecommitdiff
path: root/devel/php-xdebug/files/pkg-message.in
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-04-01 13:07:13 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-04-01 13:07:13 +0000
commit3f89b718dff79e520566e026c91ae3b5928bf0ae (patch)
tree9d418e6040ae3aff813006e4b7399cc9fe7e0177 /devel/php-xdebug/files/pkg-message.in
parentUse SUB_FILES for pkg-message (diff)
use SUB_FILES for pkg-message
Notes
Notes: svn path=/head/; revision=158550
Diffstat (limited to 'devel/php-xdebug/files/pkg-message.in')
-rw-r--r--devel/php-xdebug/files/pkg-message.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/php-xdebug/files/pkg-message.in b/devel/php-xdebug/files/pkg-message.in
new file mode 100644
index 000000000000..bb39f0e2aa5e
--- /dev/null
+++ b/devel/php-xdebug/files/pkg-message.in
@@ -0,0 +1,22 @@
+*****************************************************************************
+The php debugger 'xdebug' has been installed successful.
+Add a line containing
+
+ extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/xdebug.so
+
+or
+
+ zend_extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/xdebug.so
+
+to your php.ini to load it. xdebug is not compatible with the extension
+'Zend Optimizer' - you're only able to use one of them. So take care having
+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:
+
+ xdebug.auto_profile [1|On | 0|Off]
+ xdebug.auto_profile_mode [profile mode, integer]
+ xdebug.output_dir [string]
+
+*****************************************************************************