diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-02-13 12:13:39 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-02-13 12:13:39 +0000 |
commit | 7dcff6314c18bde2634f3ddc85694fed67d69838 (patch) | |
tree | fee471abcb141bf4f52b89bfcc3bde6485d67d51 /devel/php-dbg2/pkg-message | |
parent | 72cfc38b03f8d6c7afae4d251ec0da056494429a (diff) | |
download | ports-7dcff6314c18bde2634f3ddc85694fed67d69838.tar.gz ports-7dcff6314c18bde2634f3ddc85694fed67d69838.zip |
Notes
Diffstat (limited to 'devel/php-dbg2/pkg-message')
-rw-r--r-- | devel/php-dbg2/pkg-message | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/php-dbg2/pkg-message b/devel/php-dbg2/pkg-message new file mode 100644 index 000000000000..59b308e78c54 --- /dev/null +++ b/devel/php-dbg2/pkg-message @@ -0,0 +1,25 @@ +***************************************************************************** +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/extensions/dbg.so + +to your php.ini to load it. +If you have the Zend Optimizer installed, add the line + + zend_extension=%%PREFIX%%/lib/php/extensions/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 + +***************************************************************************** |