8000 [FIX] Realpath improvement in PHP 7.2 by Guikingone · Pull Request #8753 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[FIX] Realpath improvement in PHP 7.2 #8753

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

Closed
wants to merge 4 commits into from

Conversation

Guikingone
Copy link
Contributor

As PHP 7.2 provide a default value of 4096k (as seen https://github.com/php/php-src/blob/php-7.2.0RC6/UPGRADING#L357), the line about this improvement can be deleted.

As PHP 7.2 provide a default value of 4096k (as seen https://github.com/php/php-src/blob/php-7.2.0RC6/UPGRADING#L357), the line about this improvement can be deleted.
@weaverryan
Copy link
Member

Hmm, I don't think we can remove it completely: most users (at least for awhile) won't be using PHP 7.2. So, we should probably use the old text, but with some caveat that no change is needed on PHP 7.2.

@Guikingone wdyt?

@Guikingone
Copy link
Contributor Author

@weaverryan Yes, good idea, I'm gonna update the file with a small block with the information.

Added the tip block for PHP 7.2.
@Guikingone
Copy link
Contributor Author

@weaverryan I've added a tip block for the PHP 7.2 improvement.

performance.rst Outdated

.. tip::

  Since PHP 7.2, the default value for ``realpath_cache_size``has been set to 4096K, feel free to delete this trick in your     ``php.ini`` file.
Copy link
Contributor

Choose a reason for hiding this comment

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

space before has missing

@Guikingone
Copy link
Contributor Author

@OskarStark Corrected :)

@weaverryan
Copy link
Member

Thanks @Guikingone!

weaverryan added a commit that referenced this pull request Dec 1, 2017
…ryan)

This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #8753).

Discussion
----------

[FIX] Realpath improvement in PHP 7.2

As PHP 7.2 provide a default value of 4096k (as seen https://github.com/php/php-src/blob/php-7.2.0RC6/UPGRADING#L357), the line about this improvement can be deleted.

Commits
-------

f10c7b3 tweaking language
a519d8e fix(syntax): added a space before has
17a0b8a fix(tip): Add the tip block for realpth_cache_size
e177ca9 [FIX](Realpath)
@weaverryan weaverryan closed this Dec 1, 2017
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.

4 participants
0