summaryrefslogtreecommitdiff
path: root/databases/php-adodb-ext
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-08-08 06:46:04 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-08-08 06:46:04 +0000
commitde698969cccd5938717ba038c66b82f0f061897f (patch)
treefd123b15cc0d48a1cb527ce60b187dd77314bfe9 /databases/php-adodb-ext
parent- This ADOdb Extension provides up to 100% speedup by replacing parts of ADOdb (diff)
- Add pkg-message.in
Notes
Notes: svn path=/head/; revision=218230
Diffstat (limited to 'databases/php-adodb-ext')
-rw-r--r--databases/php-adodb-ext/files/pkg-message.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/php-adodb-ext/files/pkg-message.in b/databases/php-adodb-ext/files/pkg-message.in
new file mode 100644
index 000000000000..2703f9fe2071
--- /dev/null
+++ b/databases/php-adodb-ext/files/pkg-message.in
@@ -0,0 +1,13 @@
+*****************************************************************************
+The ADOdb extension has been installed successful.
+Add a line containing
+
+ extension=adodb.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%%/adodb.so
+
+to your [zend] section in the php.ini file, too.
+*****************************************************************************