diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-06 19:20:30 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-06 19:20:30 +0000 |
commit | 5c2481ab5e356bfffb265314ccb81d39d8de04ef (patch) | |
tree | 1a5712de7f2a962f21cdf0be4ab2f2f7ef24245b /devel/php-dbg/pkg-message | |
parent | 75883d46194581281ad8e58dcfd767b77aea54f9 (diff) |
Notes
Diffstat (limited to 'devel/php-dbg/pkg-message')
-rw-r--r-- | devel/php-dbg/pkg-message | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/php-dbg/pkg-message b/devel/php-dbg/pkg-message index 59b308e78c54..355104c7a827 100644 --- a/devel/php-dbg/pkg-message +++ b/devel/php-dbg/pkg-message @@ -5,12 +5,12 @@ This product includes DBG PHP Debugger, Copyright(C) 1999, 2000, 2001, The php debugger has been installed successful. Add a line containing - extension=%%PREFIX%%/lib/php/extensions/dbg.so + 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/extensions/dbg.so + 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: |