Commit graph

327 commits

Author SHA1 Message Date
Joe Watkins
75c5627be5 correct response to #64058
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329296 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-25 10:37:46 +00:00
Joe Watkins
325a9e01e1 in response to bug #64058, a warning is apparently appropriate
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329295 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-25 07:37:46 +00:00
Yannick Torres
402d047520 Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328641 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-03 15:53:03 +00:00
Peter Cowburn
ca6f5aa5bc I believe that when session.auto_start is set to 1, the session is started on request startup and not when PHP sends anything to the output buffer.
--
Provided by Victor BERCHET (victor.berchet@sensiolabs.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328341 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 22:35:49 +00:00
Yannick Torres
3a8dc25d68 Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328095 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-22 11:49:37 +00:00
Adam Harvey
303d4e7914 Fix the second parameter of SessionHandlerInterface::open(), which is the
session name, not the session ID.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327574 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-10 02:16:51 +00:00
Adam Harvey
67525a12b7 Fix doc bug #63044 (Documentation is wrong at "return value").
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327572 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-10 01:58:58 +00:00
Herman J. Radtke III
e877c4a3b0 Added warning to session_decode() to let users know that session_start() must be called first.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327505 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-06 21:28:06 +00:00
Sherif Ramadan
773e4a944a Updated session.entropy_file default setting for 5.4.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327363 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-29 18:10:32 +00:00
Peter Cowburn
421fd2e16c typo and comma (doc #62307)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326145 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-13 08:09:20 +00:00
Hannes Magnusson
858cacd62c mark bunch of extensions with "membership" PI (like the membership comment)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326064 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:34:56 +00:00
Paul Reinheimer
c2862d5579 - Committing change from anonymous user correcting bug https://bugs.php.net/bug.php?id=61995
- Amount -> Number for easier reading (and mostly because I needed to make a change to commit the file)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325814 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-25 18:49:38 +00:00
Peter Cowburn
4d81bf2025 typofix "aly"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325727 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-16 19:35:11 +00:00
Yannick Torres
18046e0224 Fix svn keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325489 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-01 12:31:16 +00:00
Peter Cowburn
be9e577c76 fix example syntax
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325353 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-20 10:42:18 +00:00
André Luis Ferreira da Silva Bacci
0fbb3e56ae Typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325249 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-16 20:08:36 +00:00
Peter Cowburn
9121c98816 typo fix (doc #61692, patch by Daniel Lowrey, thanks!)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325019 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-10 20:10:51 +00:00
Yannick Torres
81bfbea133 Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324994 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-10 07:40:08 +00:00
Adam Harvey
f460f323a2 Fix doc bug #61625 (Incorrect grammar).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324827 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-05 03:03:45 +00:00
Yannick Torres
addba5dcce Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324459 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-22 15:15:20 +00:00
Drak
a7b98eb2db [session] Simplify the basic session introduction. This information is duplicated elsewhere.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324172 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-13 02:12:21 +00:00
Drak
ec6de8a539 [sessions] Begin cleanup of the basic introduction to sessions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324166 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-12 19:13:43 +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
Peter Cowburn
a6a1f2a7a6 fixed wrong variable name in session handler examples (doc #61330)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324030 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-08 21:53:53 +00:00
Drak
f95e682b64 [sessions] Added note about SessionHandler behaviour.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323861 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-04 13:31:04 +00:00
TAKAGI Masahiro
7123d365bf fix typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323855 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-03 23:30:35 +00:00
Rasmus Lerdorf
af05806b9b Tweaks
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323836 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-02 17:15:10 +00:00
Philip Olson
d6adffccf5 Fixed version, should be > 5.4.0 not >= 5.4.0. Reported by Florian
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323808 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-02 08:50:11 +00:00
Philip Olson
f86cb52d65 Updated version information for functions removed in 5.4.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323794 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-02 05:06:11 +00:00
Drak
06dfeb81bd Revert incorrect references to SID constant.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323726 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-01 19:13:31 +00:00
Drak
491470fc95 Add version information to new session constants.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323725 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-01 18:34:39 +00:00
Drak
a6b310e899 Fixed incorrect note.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323692 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-01 09:31:00 +00:00
Nikita Popov
2f0cfaf406 Add &warn.deprecated.feature-5-3-0.removed-5-4-0; entity and replace some usages of the outdated removed-6-0-0 entity.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323674 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 18:17:15 +00:00
Drak
55f644c156 [session] Missed formatting.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323655 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 06:15:21 +00:00
Drak
b2ae8a983d [session] Added more formatting.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323653 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 06:09:12 +00:00
Drak
a5a30591ee [sessions] Added referenced and corrected spelling mistakes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323652 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 06:04:30 +00:00
Drak
879b7c22c2 [sessions] Update return values.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323650 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 04:25:14 +00:00
Drak
cc47cb2ff9 [sessionhandler] Fixed casing typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323649 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 04:00:12 +00:00
Drak
6652be89cc [sessionhandler] Correct example, (wrong keyword).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323646 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 01:41:15 +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
Drak
1e02f4fc70 [sessions] move one example code from session-set-save-handler to sessionhandlerinterface
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323629 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 14:03:19 +00:00
Drak
838aa10bc4 [sessions] Updated specific details about how to correctly implement SessionHandler and added references to relevant ini settings and functions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323627 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:33:52 +00:00
Drak
0c3078852e [sessions] Added some see also references.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323626 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:32:20 +00:00
Jakub Vrana
4de5cce5d8 Linkable reference constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323624 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:22:09 +00:00
Drak
6afb06c369 [session-set-save-handler] Update information about closing down sessions handlers which are objects.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323552 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-26 05:36:07 +00:00
Drak
a63190d9c4 [sessionhandler] Added information about individual methods.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323551 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-26 05:30:34 +00:00
Drak
3edfaa7042 [session-set-save-handler] Update examples and add notes on dealing with objects in the session shutdown process.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323543 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-25 21:56:19 +00:00
Drak
635d78b604 [sessionhandler] Updated the documentation to correctly detail what this class is intended for.
Also added code example.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323542 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-25 21:24:59 +00:00
Drak
c66c49e21a [session-set-save-handler] Corrected code examples.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323483 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-25 00:54:18 +00:00