APC speeds up PHP, and will be built into php6. But before then here is how to install APC on a freshly installed Ubuntu box:
1 2 3 4 5 6 7 8 9 10 | |
test by running <?php phpinfo(); ?>
APC is installed. Enjoy your speedup.
APC speeds up PHP, and will be built into php6. But before then here is how to install APC on a freshly installed Ubuntu box:
1 2 3 4 5 6 7 8 9 10 | |
test by running <?php phpinfo(); ?>
APC is installed. Enjoy your speedup.