59 Commits

Author SHA1 Message Date
Benjamin Morel
50025bb684 Document types for apcu_exists() (#3568) 2024-07-26 02:46:58 +01:00
haszi
48ce43fe79 Remove empty resources pages (#3545)
Co-authored-by: haszi <haszika80@gmail.com>
2024-07-26 02:17:29 +01:00
haszi
605553e228 Remove empty requirements pages (#3464)
Co-authored-by: haszi <haszika80@gmail.com>
2024-07-07 14:34:34 +01:00
Gina Peter Banyard
4d17b7b494 [skip-revcheck] Convert class markup to be compatible with DocBook 5.2
Closes GH-3415
2024-06-14 17:04:53 +01:00
Pere Orga
ba990c472c apcu: fix and update apc.slam_defense documentation (#3426) 2024-06-03 08:09:42 +01:00
Pere Orga
d832267516 apcu: fix types in default configuration options (#3425) 2024-05-30 16:12:59 +01:00
haszi
0746f8d563 [skip-revcheck] Update APCu constant IDs (#3213)
Update APCu constant IDs to the standard global constant ID format.

---------

Co-authored-by: haszi <haszika80@gmail.com>
2024-02-29 14:58:59 +00:00
Gina Peter Banyard
d4d5216e7a [skip-revcheck] Replace PHP_INI_* with INI_* constants
Performed via a bash script which can be found on PR GH-3140

Closes GH-3140

Co-authored-by: haszi <haszika80@gmail.com>
2024-01-26 14:00:36 +00:00
Sergey Panteleev
b1ef342705 Slight improvements (#2678) 2023-08-12 16:33:22 +03:00
Christoph M. Becker
cf3cad79fe Clarify APCu cache sharing on Windows
Cf. <https://github.com/krakjoe/apcu/issues/445#issuecomment-1229417940>.
2022-11-17 16:49:15 +01:00
mszabo-wikia
e2695046bf [apcu] Clarify the effect of apc.ttl (#435)
The current documentation implies that the apc.ttl setting would mark all cache
entries as liable to be evicted if they have not been accessed in this many
seconds. However, apc_cache_entry_expired() and apc_cache_entry_soft_expired()
reveal that apc.ttl is only taken into account for entries that do not have an
explicit TTL set. Accordingly, clarify that the effect of apc.ttl is limited
only to entries that do not have an explicit TTL set.
2022-11-07 12:08:04 +11:00
George Peter Banyard
c44e9cb68b Fix some (con|de)structor pages (#1507)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2022-04-06 18:55:35 +01:00
Christoph M. Becker
ace6b151ca Fix GH-1437: Missing return type false for apcu_sma_info() in description 2022-03-03 11:05:07 +01:00
Christoph M. Becker
d6eb5fda8a Fix GH-1188: APCu Installation page is outdated 2021-12-09 12:51:30 +01:00
Kamil Tekiela
6c26ac2fef Fix apcu_key_info return value (#863)
* As per b68953ccbc/php_apc.stub.php (L12)
2021-08-18 16:40:15 +01:00
Christoph M. Becker
cc664c831a Fix #78002: APCUIterator regexp array returns no results 2021-07-16 16:55:03 +02:00
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