Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish #4370: add a note about apc for php recent versions #5029

Merged
merged 2 commits into from
Mar 14, 2015

Conversation

wouterj
Copy link
Member

@wouterj wouterj commented Feb 19, 2015

Finishes #4370

Original description:

apc is not required for php5.5+, I suggest to mention it to avoid people trying to install it on recent php versions

Q A
Doc fix? yes
New docs? no
Applies to all
fixed tickets -

apc is not required for php5.5+, I suggest to mention it to avoid people trying to install it on recent php versions
`byte code caches`_ available, some of which are open source. The most widely
used byte code cache is probably `APC`_
`byte code caches`_ available, some of which are open source. If you are using
PHP 5.5 or higher, `OPcache`_ is built-in into PHP runtime. For older versions,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rephrasing PHP has OPcache_ built-in. ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rephrased it a bit more, it indeed was a bit ugly

@xabbuh
Copy link
Member

xabbuh commented Feb 20, 2015

👍

@weaverryan
Copy link
Member

Short and clear. My favorite :)

@weaverryan weaverryan merged commit 95d09e9 into symfony:2.3 Mar 14, 2015
weaverryan added a commit that referenced this pull request Mar 14, 2015
…s (ip512, WouterJ)

This PR was merged into the 2.3 branch.

Discussion
----------

Finish #4370: add a note about apc for php recent versions

Finishes #4370

Original description:

 > apc is not required for php5.5+, I suggest to mention it to avoid people trying to install it on recent php versions

| Q | A
| --- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | all
| fixed tickets | -

Commits
-------

95d09e9 Minor rewording
bab2a29 add a note about apc for php recent versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants