Peter Cowburn
2e8ef0a1bd
hyphenate "object-oriented"
...
refs #846
2021-08-08 18:48:47 +01:00
Christoph M. Becker
9bfa379b20
Remove memcache session.save_handler and .save_path from ini list
...
`session.save_handler` and `session.save_path` are INI settings of the
session module. However, the memcache extension offers the memcache
session handler so it makes sense to document these two INI settings
for the memcache extension, but we don't want to include them in the
general INI list, so we split them into a separate "Additional Memcache
Configuration Options" table.
Fixes GH-814.
Co-authored-by: Anna Filina <afilina@gmail.com>
Closes GH-815.
2021-08-06 22:23:59 +02:00
George Peter Banyard
68c2c87150
Fix extension doc membership
2021-06-13 23:23:33 +01:00
Sergey Panteleev
756e0dd858
Fix some issues in memcache directory
...
Part of #658
2021-06-13 12:58:40 +03:00
Christoph M. Becker
6dfe076725
xi:include INI settings documented elsewhere in ini.list
...
We do not xi:include core INI settings, since we want to keep
alphabetic sort order (well, roughly at least).
We do add xi:fallback elements to all xi:includes, just in case.
2021-02-24 17:58:20 +01:00
Kamil Tekiela
72880807af
Fix double full stop in several places.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352282 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-29 17:43:02 +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
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
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
Maciej Sobaczewski
95bdd6883b
Another round of PHP 4 content removal (mostly inline mentions)
...
Review is welcome
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341282 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-05 10:17:07 +00:00
Christoph Michael Becker
c0fa1d5486
The memcache::get return value from a single key (string) is the data value on the server for that key. It could be a string or an array depending on what the key value is. It's incorrect to say that the method always returns a string. For a single key it always returns the key-value.
...
also fixed a typo and grammar in the description
--
Provided by anonymous 75283 ()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340329 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-06 09:49:42 +00:00
Simion Onea
14af302c9c
Making the XML definition consistent across the entire project.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Peter Cowburn
bf0b399e38
Minor English fixes
...
--
Provided by anonymous 30003 (pt@fb.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333096 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-24 20:43:08 +00:00
Joe Watkins
b27f1ae1bf
#65966 clarity in convoluted, badly worded description
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331963 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-25 14:53:51 +00:00
Jakub Vrana
9e8b518051
Add versions for classes
...
Generated by http://pastebin.com/NByXgj7E and manually edited
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330432 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-31 21:02:33 +00:00
Jakub Vrana
1634a88641
Delete redundant <!-- Membership: -->
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Philip Olson
04b11e621f
Fixed spelling
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329325 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-29 01:47:09 +00:00
Herman J. Radtke III
74827906d0
Updated documentation for Pecl Bug #63272
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328235 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-04 19:43:25 +00:00
Peter Cowburn
e4dc3d9c4b
memcache::get() returns false with empty key array (thanks anub|s)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328199 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-30 21:29:53 +00:00
Drak
f5c84644bc
Added specific warning about affect of ini directives on these methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325728 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-16 21:49:55 +00:00
Drak
7bf76ff369
Warn about unpredicable behaviour in Memcache and ini directives
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325654 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-11 05:30:34 +00:00
Jakub Vrana
5faa7a6747
Document and use callable type hint introduced in PHP 5.4
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324122 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-12 05:55:59 +00:00
Jakub Vrana
f052ac1bd7
Revert useless change in 326638
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323642 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 00:24:15 +00:00
Jakub Vrana
c0ade579d4
PHP_INI_* is in fact INI_
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323638 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 20:26:39 +00:00
Jakub Vrana
b9c3ddd1d3
Use entities for INI headings
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322061 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 08:09:53 +00:00
Jakub Vrana
980c3e61c4
Link INI descriptions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322060 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 07:37:46 +00:00
Richard Quadling
8b6d169424
Native EOL
...
Use consistent line terminator.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317663 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-03 16:27:39 +00:00
Richard Quadling
a56106f691
Standardized on double quotes for attributes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317502 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-30 14:21:51 +00:00
Jakub Vrana
ac04b2ea21
Extension purpose is not needed anymore
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:46:15 +00:00
Justin Martin
091fff686b
Fixed Memcache::pconnect return value, closing bug #54658
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312801 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-02 08:05:14 +00:00
Richard Quadling
79dcbe011f
Provide title to example sections which are currently missing their title and are not accessible via links. Fix #54693
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310851 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-09 14:13:30 +00:00
Philip Olson
f99e201a27
Added skeletons for missing memcache ini settings
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310725 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-02 23:26:56 +00:00
Philip Olson
ce6c9f2b53
Tell people to not use the timeout parameter. Difficult to determine specifics as to when this worked/works.... but people probably shouldn't use it. Brian Moon found this topic.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306521 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-20 20:57:00 +00:00
Herman J. Radtke III
fb491b8c72
Added a warning to Memcache::getExtendedStats regarding the use of the cachedump stats type.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305972 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-05 15:24:35 +00:00
TAKAGI Masahiro
55ff32f2b6
set svn:keywords
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299543 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-20 23:24:39 +00:00
Jakub Vrana
81cff4de74
Prefer OO syntax
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299490 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-19 15:34:01 +00:00
Mark Skilbeck
ea38afbc2b
Closes bug #51434
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297209 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-30 23:03:59 +00:00
Daniel Egeberg
96c9d88bad
Converted to utf-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Yago Ferrer
d4eb26b7de
Double word.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294706 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-07 16:19:44 +00:00
Jakub Vrana
612e5af5ec
Prefer <initializer> before "default value"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291314 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 15:22:02 +00:00
Jakub Vrana
201dc3748c
Prefer <initializer> before "defaults to"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291313 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 14:49:47 +00:00
Richard Quadling
f658721332
Use &return.falseforfailure; entity.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290410 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 10:26:08 +00:00
Torben Wilson
af4410a7e1
Normalized the sgml-default-dtd-file local-variable line for those
...
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Nilgün Belma Bugüner
6bbf2e651d
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283822 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 07:57:45 +00:00
Philip Olson
7a683445dc
- Removed --enable-memcache[=DIR] info, this is documented in install.pecl (closes bug #47961 )
...
- Documented --disable-memcache-session, for both static and shared
- Removed bogus Windows install information
- Changed document to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279460 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-27 18:37:29 +00:00
Philip Olson
78757896f7
Added PHP/PECL version information
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275626 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-12 01:28:10 +00:00
Philip Olson
a67ff92b5e
Added PHP/PECL version information
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275552 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-11 07:41:18 +00:00
Jakub Vrana
b08c166781
Initializers - part 6
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273942 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-19 15:05:01 +00:00