1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/php-dbg2/pkg-message
Martin Wilke 849dbd144d - Update to 2.15.5
- Connect to build

PR:		114757
Submitted by:	Josh Paetzel <josh@tcbug.org>
2007-08-05 08:20:03 +00:00

26 lines
868 B
Plaintext

*****************************************************************************
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=dbg.so
to your %%LOCALBASE%%/etc/php/extensions.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
*****************************************************************************