Skip to content

Commit

Permalink
Update FAQ with informations about ABOUT and COPYING files.
Browse files Browse the repository at this point in the history
  • Loading branch information
mageekguy committed Mar 26, 2014
1 parent 9c41d71 commit 77947a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ As all PHP extension, APC has some configuration options to enable it:
* `apc.enable_cli`: whether to enable or disable APC for PHP CLI.

Setting `apc.enabled` to 1 in your CLI configuration does not do the trick: to avoid these failure messages, you have to set the `apc.enable_cli` option to 1, otherwise, the extension won't be enabled for the PHP CLI version, which is used by atoum.

## Why ABOUT and COPYING does not use markdown syntax?
These files are used by PHAR to display useful information to the user in CLI, so using markdown in it is a bad idea.

0 comments on commit 77947a7

Please sign in to comment.