Commit graph

25 commits

Author SHA1 Message Date
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