Commit graph

278 commits

Author SHA1 Message Date
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
TAKAGI Masahiro
4df90a72c5 fix build.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323479 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-24 23:45:13 +00:00
Drak
2741fa9f0f [sessions] Removed white space.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323467 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-24 08:51:23 +00:00
Drak
00f8e96bac [sessions] Add variable and parameter markup.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323466 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-24 08:50:39 +00:00
Drak
2f45613019 [session-set-cookie-params] Reworded a sentence.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323447 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-23 16:04:21 +00:00
Drak
a6b1660ffb [session-set-cookie-params] added missing reference and clarified behaviour of this function against runtime ini values.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323446 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-23 15:59:04 +00:00
Peter Cowburn
64a369e801 fix build (thanks Julien)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323409 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-21 13:47:58 +00:00
Drak
d53c79d392 [Sessions] Removed white space and altered language to be more specific regarding PHP internals.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323403 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-21 07:44:11 +00:00
Drak
fa8c56cd21 Update session function documentation.
This commit particularly clarifies how to implement custom save handlers
using session_set_save_handler.  

session_start has been updated to include a short description of what the 
function actually does behind the scenes.

session_write_close now has a reference to a related function

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323402 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-21 05:32:42 +00:00
Drak
5a4cbc3780 Update information about SessionHandler and SessionHandlerInterface.
This commit gives a lot more detail and includes important information about
the session workflow that has been missing from the documentation.  It also
clarifies some aspects of how to implement the various callbacks.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323401 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-21 05:28:04 +00:00
Drak
bd0cecd508 Add some general information about custom session save handlers relating to the session workflow.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323385 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-20 15:22:27 +00:00
Drak
c36d6e4eaf Updates to sessions functions.
session_decode()
session_encode()
session_cache_limiter()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323384 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-20 15:20:33 +00:00
Drak
5b379fa636 Added some explicit information about the functioning of session_encode and session_decode.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323367 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-19 20:03:24 +00:00
Drak
1e7d255513 [Sessions] Added missing version information for SessionHandler*
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323366 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-19 19:35:46 +00:00
Justin Martin
4eec43e52c Fixed the session handler return values, based on rev 321741.
Fixed the session handler prototypes to reflect correct return types.
Credit to Drak. Closes bug #60640.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323264 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-16 21:08:22 +00:00
Justin Martin
e5d1ab2810 Added an intro for SessionHandlerInterface.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322959 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-31 03:44:30 +00:00
Justin Martin
38b4136523 Added intro to SessionHandler.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322958 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-31 03:29:28 +00:00
Justin Martin
300fc41dae Fixed purpose and second parameter.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322882 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-27 22:30:08 +00:00
Justin Martin
827c4bb5be WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322881 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-27 22:20:00 +00:00
Justin Martin
0e6d952724 Added SessionHandler example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322880 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-27 22:10:59 +00:00
Justin Martin
23022a3227 Documented SessionHandlerInterface. Closes bug #60551.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322879 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-27 22:08:06 +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
Joey Smith
68b0acad00 Changes by Xyphoid of Freenode's ##PHP
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321993 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-10 05:33:14 +00:00
Jakub Vrana
2d04efd320 Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321915 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-08 08:35:53 +00:00
Hannes Magnusson
0996a8adc5 Version info for session_status(), sessionhandler and the awesome session_register_shutdown()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321131 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-18 16:11:39 +00:00
Hannes Magnusson
e1b5525526 Very useful function to register shutdown function in 5.4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321130 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-18 16:10:42 +00:00
Hannes Magnusson
9b6f45b2d5 Document PHP5.4 SessionHandler
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321129 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-18 16:10:07 +00:00
Hannes Magnusson
83f1e65a6f This function has completely different prototype in 5.4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321128 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-18 16:09:30 +00:00
Richard Quadling
9022611bb7 svn:eol-style => native
Added all svn:keywords


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320272 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-02 09:26:47 +00:00
Justin Martin
ac22c255fa Whitespace. Thanks, Peter.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320204 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-30 18:54:41 +00:00
Justin Martin
472d3f71a0 Whitespace, as per philip's request. Sorry about that. :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320182 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-30 06:30:38 +00:00
Justin Martin
6ebbcbd551 Documented session_status, and its associated constants. Closes bug #60079.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319970 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-27 01:05:05 +00:00
Nikita Popov
a847802270 Fix typo
-- 
Provided by anonymous #11351 ()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319186 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-14 18:01:41 +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
Shein Alexey
6efb39be82 Fixed some typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316346 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-07 12:49:32 +00:00
Shein Alexey
993057ee86 Fixed some typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316341 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-07 12:23:15 +00:00
TAKAGI Masahiro
0c24d05ebe set "svn:keywords".
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315813 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-30 20:10:53 +00:00
Hannes Magnusson
b7ed338094 Fixed bug#55430, introduce the session.upload_progress family to the world
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315770 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-30 11:13:22 +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
Jakub Vrana
8888c9528e Future is now
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312729 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-30 20:22:04 +00:00
Jakub Vrana
bdba2aa692 Upload progress configuration
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312708 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-30 16:13:19 +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
Peter Cowburn
db64c6bb68 clarify meaning of session name (doc #54608)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310527 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-26 19:14:35 +00:00
Martin Samesch
6b0f6c46db typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307068 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-04 10:37:15 +00:00
Jakub Vrana
be2821383a Resets to cache_expire, not cache_limiter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303894 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-30 12:19:43 +00:00
Richard Quadling
3c82b5b1ed Whitespace (Tabs to spaces).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301650 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-28 10:13:48 +00:00
Richard Quadling
6d4c09548b session_start() -> session_name(). Fix #52080
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300430 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-14 12:40:37 +00:00
Daniel Egeberg
7d5503c6b7 removed extra word
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300344 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-10 08:25:25 +00:00
Daniel Egeberg
79c7a362cb Fixed PHP bug #52033 (session_set_save_handler : no description for "write" callback)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300339 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-10 07:56:45 +00:00
Pierre Joye
c26415107a - WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300293 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-08 21:03:34 +00:00