mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
3177b7ec46
This port does not build out of the box, and has been requested on the PEAR-DEV mailing list. See <http://marc.theaimsgroup.com/?t=106235180900001&;r=1&w=2>. PR: ports/56294 Submitted by: Thierry Thomas <thierry@pompo.net>
14 lines
426 B
Plaintext
14 lines
426 B
Plaintext
************************************************************************
|
|
Do not forget to configure your /usr/local/etc/php.ini file:
|
|
add the line:
|
|
|
|
extension="apc.so"
|
|
|
|
in the section "Dynamic Extensions".
|
|
|
|
Then restart your web server and consult the output of phpinfo().
|
|
If there is an informational section for APC, the installation was
|
|
successful.
|
|
************************************************************************
|
|
|