diff options
author | agc <agc> | 2000-10-02 13:28:45 +0000 |
---|---|---|
committer | agc <agc> | 2000-10-02 13:28:45 +0000 |
commit | 59262f97d1de45b03dc9a8fa5165b18da0c201e5 (patch) | |
tree | 6ea688e4a997a816ee23300355221d2a2f404dc3 /www/php3-mysql/pkg | |
parent | 8051c250442e4a483be2c7e572851384545efaa8 (diff) | |
download | pkgsrc-59262f97d1de45b03dc9a8fa5165b18da0c201e5.tar.gz |
Include a sample MESSAGE file, as provided by Andrew Gillham
(gillham@vaultron.com), in <200010021201.e92C1Gp08569@flash.vaultron.com>
message to current-users.
Provide basic instructions relating to php3.ini
Diffstat (limited to 'www/php3-mysql/pkg')
-rw-r--r-- | www/php3-mysql/pkg/MESSAGE | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/php3-mysql/pkg/MESSAGE b/www/php3-mysql/pkg/MESSAGE new file mode 100644 index 00000000000..a344b0671e0 --- /dev/null +++ b/www/php3-mysql/pkg/MESSAGE @@ -0,0 +1,12 @@ +$NetBSD: MESSAGE,v 1.1 2000/10/02 13:28:45 agc Exp $ + +To enable fully this package, you will need to ensure that the +following lines appear in php3.ini (which is normally +@PREFIX@/php3.ini) + + extension_dir=@PREFIX@/lib/php3 + extension=mysql.so + +If you are using the ap-php3 package (php3 as an apache module), +you will need to restart apache. The command "apachectl restart" +will do this. |