diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-26 21:44:16 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-26 21:44:16 +0000 |
commit | 85060840079d5bb4405035439a5853912c43785c (patch) | |
tree | f0596d16ba8f39537e006aaa1d8f79d94be4d7fe /www/pecl-APC/files | |
parent | Update to 1.1.1. (diff) |
- Reflect the fact that APC is now a PECL package
- Take maintainership
PR: ports/78019
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Repocopy by: marcus
Diffstat (limited to 'www/pecl-APC/files')
-rw-r--r-- | www/pecl-APC/files/pkg-message.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/pecl-APC/files/pkg-message.in b/www/pecl-APC/files/pkg-message.in new file mode 100644 index 000000000000..4eaba38d6050 --- /dev/null +++ b/www/pecl-APC/files/pkg-message.in @@ -0,0 +1,15 @@ +************************************************************************ +You may edit %%LOCALBASE%%/etc/php.ini to change this variables: + +apc.enabled="1" + ^^^ -> Default value + +apc.shm_size="30" + ^^^^ -> Default value + +* More information on %%DOCSDIR%%/INSTALL + +Then restart your web server and consult the output of phpinfo(). +If there is an informational section for APC, the installation was +successful. +************************************************************************ |