Commit graph

43 commits

Author SHA1 Message Date
George Peter Banyard
68c2c87150 Fix extension doc membership 2021-06-13 23:23:33 +01:00
George Peter Banyard
cbac1ecf71 Fix lone section order issues in various extensions
Part of #658
2021-06-06 18:03:03 +01:00
Sergey Panteleev
5fabd07880
Removed Changelog entries for PHP 5, PHP 7.0 (#543) 2021-04-22 17:52:58 +03:00
Christoph M. Becker
12932e34aa Fix #77771: empty description of APCu in its introduction
We add the description from the source's README.
2021-02-11 12:07:19 +01:00
Tyson Andre
2b5c6c13ce Update APCu settings defaults documentation
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-439.
2021-02-08 12:04:11 +01:00
Tyson Andre
a0f6f53786 Add the standard PECL installation instructions to APCu
https://www.php.net/manual/en/apcu.installation.php would be confusing
to new users. A recent user note coincidentally mentions this.

Closes GH-440.
2021-02-08 10:38:59 +01:00
Christoph Michael Becker
d2e351f0dc Use supported whitespace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351787 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-30 12:44:37 +00:00
bole Chen
941bbb8e57 add mission function doc.
@ref https://github.com/krakjoe/apcu/issues/342

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351781 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-30 09:07:01 +00:00
Christoph Michael Becker
e41806c30b Revert revision(s) 351724 from phpdoc/en/trunk:
Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351730 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 18:05:44 +00:00
Christoph Michael Becker
4754397753 Revert revision 351727 from phpdoc/en/trunk:
Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351729 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 17:58:32 +00:00
Jakub Vrana
69bd53265b Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351727 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 15:12:46 +00:00
Jakub Vrana
c80da7c04a Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351724 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 12:54:59 +00:00
Christoph Michael Becker
b95d28e6ec Fix return types
Functions which return false on failure should state that in their
signature as well.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351135 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:52:35 +00:00
Christoph Michael Becker
86e6094e86 Use canonical type names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351133 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:39:04 +00:00
Christoph Michael Becker
af5f2f87b3 Add PECL in front of version numbers in changelogs
Patch contributed by Benjamin Morel <benjamin.morel@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350988 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-25 15:11:56 +00:00
Christoph Michael Becker
0970bf6ea3 Remove PHP4 or PHP5-only extension
This commit removes following extensions as they appear to not provide
support for PHP 7.0.

Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350644 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 12:28:04 +00:00
Christoph Michael Becker
aebf045bfb Fix miscellaneous typos
Detected by codespell

Patch provided by tandre@php.net.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349708 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-27 06:43:55 +00:00
Christoph Michael Becker
1e3eecef0d Fix #77875: No documentation for apcu_enabled()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349352 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-08 10:25:58 +00:00
Christoph Michael Becker
1ebf8fee1a Link to APC book
This integrates user note 124689.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349154 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-06 19:02:47 +00:00
Christoph Michael Becker
fcc5d68305 Fix #78618: Wrong return type for apcu_delete
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348112 c90b9560-bf6c-de11-be94-00142212c4b1
2019-10-01 11:03:31 +00:00
Christoph Michael Becker
a442a3bde6 Fix #78580: apcu_dec, apcu_inc: missing parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348032 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-21 15:26:25 +00:00
Nikita Popov
7ff4c27858 Remove rfc1867 ini entries from apcu docs
These are supported by apc, but not apcu.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347572 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-08 12:04:37 +00:00
Nikita Popov
0e26639356 Add changelog entry for apcu_inc/dec ttl parameter
Only exists since apcu 5.1.12.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347571 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-08 11:52:34 +00:00
Nikita Popov
f29030302c Add ttl parameter to apcu_inc/apcu_dec
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347570 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-08 10:49:25 +00:00
Christoph Michael Becker
ad7884c477 Fix ##77596: Incorrect return type in some APUc function prototype
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346800 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-11 12:42:44 +00:00
Jakub Vrana
b8758b0605 Use entities in initializer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343899 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:11:34 +00:00
André Luis Ferreira da Silva Bacci
e9366ee458 Fix svn:eol-style, svn:keywords and svn:mime-type on XML files. No content change, but some revision numbers will upgrade.
See https://github.com/phpdocbrbridge/bridge/blob/master/src/revbumper.php for automatic tool for translations.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342988 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-02 18:42:15 +00:00
Pieter Hordijk
1a9a80b4be Fix APC signatures to mention APC* constants instead of APCU*.
The previously mentioned APCU* constant are not defined and do not exist for backwards compatibility reasons with the former apc extension

-- 
Provided by anonymous 82013 (Markus Staab)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342590 c90b9560-bf6c-de11-be94-00142212c4b1
2017-06-14 14:41:56 +00:00
Andrey Gromov
6ad0b03b45 Copypaste typo in "see also" section
-   <member><function>apc_cache_info</function></member>
+   <member><function>apcu_cache_info</function></member>

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341815 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-30 10:08:28 +00:00
Christoph Michael Becker
e6b6d8faa6 Fixes
Patch provided by Andrey Gromov.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341344 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-08 15:56:39 +00:00
Christoph Michael Becker
b618a856b1 Correct params and return for apcu_delete
The function has always returned a boolean, and has always accepted either a string containing a single key name, an array of key names, or an APCUIterator containing a regular expression.

-- 
Provided by anonymous 76182 (andrew@nicols.co.uk)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340328 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-06 09:47:09 +00:00
Christoph Michael Becker
e9ada925fb correct apc to apcu in APCuIterator
-- 
Provided by anonymous 75305 (walt@waltsorensen)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340275 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-02 17:51:08 +00:00
Christoph Michael Becker
9deb55ad81 The APCUIterator constructor doesn't have the cache parameter.
The signature was correct in the method definition but the parameter overview and example still had the `cache` parameter (most likely copied from APCIterator)

-- 
Provided by anonymous 67620 (robin@icewind.nl)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340269 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-02 08:30:22 +00:00
Christoph Michael Becker
1ca4b8c752 Fix #72728: apc.shm_size is not an integer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339761 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-01 16:17:31 +00:00
Peter Cowburn
faf9214032 whitespace (tab indents, trailing space)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338550 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-30 12:57:31 +00:00
Joe Watkins
7f406ddfdc update docs for apcu
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338219 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-07 09:52:39 +00:00
Joe Watkins
dd2604d255 moar details
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338151 c90b9560-bf6c-de11-be94-00142212c4b1
2015-11-19 08:13:39 +00:00
Joe Watkins
5c45782696 revision of documentation, generally improve content
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338150 c90b9560-bf6c-de11-be94-00142212c4b1
2015-11-19 07:59:46 +00:00
Joe Watkins
645f7bc3c8 reword the wording of words, wordily ...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338148 c90b9560-bf6c-de11-be94-00142212c4b1
2015-11-18 15:50:20 +00:00
Joe Watkins
670642aaba woops
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338146 c90b9560-bf6c-de11-be94-00142212c4b1
2015-11-18 14:52:14 +00:00
Joe Watkins
b1693493a6 add a little bit more info about apcu
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338145 c90b9560-bf6c-de11-be94-00142212c4b1
2015-11-18 14:50:26 +00:00
Joe Watkins
30ea3cf878 versions for APCUIterator
ini for APCu


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338143 c90b9560-bf6c-de11-be94-00142212c4b1
2015-11-18 14:33:42 +00:00
Joe Watkins
790aac9296 Initial import of APCu documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338141 c90b9560-bf6c-de11-be94-00142212c4b1
2015-11-18 14:01:54 +00:00