diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-07 02:15:08 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-07 02:15:08 +0000 |
commit | cbeb35b4f0db1d66beb7da62d9c1196dc9065080 (patch) | |
tree | 35f144b23d07765e808ee3f0e58887377d1185b0 /www/abcache/pkg-message | |
parent | Update to 2.3.13. (diff) |
Unbreak build with new php 4.3.2, and Various fixes.
PR: ports/52799
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=82417
Diffstat (limited to 'www/abcache/pkg-message')
-rw-r--r-- | www/abcache/pkg-message | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/abcache/pkg-message b/www/abcache/pkg-message index 8de6365e59ff..121cdbd62e7d 100644 --- a/www/abcache/pkg-message +++ b/www/abcache/pkg-message @@ -5,7 +5,7 @@ You have installed the abcache package. Edit %%LOCALBASE%%/etc/php.ini and add: [abcache] -zend_extension="%%PREFIX%%/lib/php/20010901/bware_cache.so" +zend_extension="%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/bware_cache.so" bware_cache_enable="1" bware_cache_check_stamp="1" bware_cache_log_level="1" |