aboutsummaryrefslogtreecommitdiff
path: root/devel/php-dbg2/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'devel/php-dbg2/pkg-message')
-rw-r--r--devel/php-dbg2/pkg-message25
1 files changed, 0 insertions, 25 deletions
diff --git a/devel/php-dbg2/pkg-message b/devel/php-dbg2/pkg-message
deleted file mode 100644
index 355104c7a827..000000000000
--- a/devel/php-dbg2/pkg-message
+++ /dev/null
@@ -1,25 +0,0 @@
-*****************************************************************************
-This product includes DBG PHP Debugger, Copyright(C) 1999, 2000, 2001,
-2002 Nusphere Corporation, http://www.nusphere.com/dbg
-
-The php debugger has been installed successful.
-Add a line containing
-
- extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/dbg.so
-
-to your php.ini to load it.
-If you have the Zend Optimizer installed, add the line
-
- zend_extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/dbg.so
-
-to your [zend] section in the php.ini file, too.
-Add following section to enable/disable whatever you need from the debugger:
-
- [Debugger]
- debugger.enabled=on
- debugger.profiler_enabled=on
- debugger.enable_session_cookie=on
- debugger.JIT_enabled=on
- debugger.JIT_port=7869
-
-*****************************************************************************