Fix bug #69954 and remove pdo_mysql.cache_size INI directive#2777
Closed
petk wants to merge 1 commit intophp:PHP-7.0from
Closed
Fix bug #69954 and remove pdo_mysql.cache_size INI directive#2777petk wants to merge 1 commit intophp:PHP-7.0from
petk wants to merge 1 commit intophp:PHP-7.0from
Conversation
Member
|
There is also a |
Member
Author
|
Yes, that has been also removed since then. The |
…INI directives This patch removes some non working links to PHP manual and removes the pdo_mysql.cache_size and mysqli.cache_size INI directives which have been removed since PHP 5.3.0.
Member
Author
|
Hello, there were some more changes added to this pull request. So overall: instead of patching the PHP.net site and adjusting the redirects to the manual pages, I would suggest to simply remove the non working links instead and have the reader find those pages themselves. Besides currently there are many PHP ini directives in these files without links to the manual. All changes are mentioned in the commit message. Thanks for checking this out. |
Member
|
Merged 14609ca Thanks. |
salathe
pushed a commit
to salathe/phpdoc-en
that referenced
this pull request
Jan 7, 2018
…hile. This patch removes it from the manual, since it is not used in the PHP core since 5.3.0 version php/php-src#2777 -- Provided by anonymous 80662 ([email protected]) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343775 c90b9560-bf6c-de11-be94-00142212c4b1
LawnGnome
pushed a commit
to LawnGnome/phpdoc-en
that referenced
this pull request
Jan 7, 2018
…hile. This patch removes it from the manual, since it is not used in the PHP core since 5.3.0 version php/php-src#2777 -- Provided by anonymous 80662 ([email protected]) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343775 c90b9560-bf6c-de11-be94-00142212c4b1
svn2github
pushed a commit
to svn2github/phpdoc_en
that referenced
this pull request
Jan 8, 2018
…hile. This patch removes it from the manual, since it is not used in the PHP core since 5.3.0 version php/php-src#2777 -- Provided by anonymous 80662 ([email protected]) git-svn-id: http://svn.php.net/repository/phpdoc/en@343775 c90b9560-bf6c-de11-be94-00142212c4b1
salathe
pushed a commit
to salathe/phpdoc-en
that referenced
this pull request
Sep 3, 2020
…hile. This patch removes it from the manual, since it is not used in the PHP core since 5.3.0 version php/php-src#2777 -- Provided by anonymous 80662 ([email protected]) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343775 c90b9560-bf6c-de11-be94-00142212c4b1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch removes the
pdo_mysql.cache_sizeini directive which has beenremoved since PHP 5.3.0 due to a bug
Found here.
There are also some URLs synced with this PR to fix bug #69954