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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Hannes Magnusson
91224d7744
Fixed bug#50782 (Description of the return value doesn't not match with the example code)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293631 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-16 22:27:39 +00:00
Christopher Jones
c4be767a54
Fix trans-sid link and tidy grammar
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293511 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 17:48:21 +00:00
Daniel Egeberg
ffad074c13
Small clarification for session_name().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293299 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-08 22:14:50 +00:00
Martin Samesch
1178d97c08
replaced tabs with spaces
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291738 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-05 13:54:50 +00:00
Martin Samesch
4c26df03fa
closing parenthesis
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291737 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-05 11:25:45 +00:00
Martin Samesch
3307fce4c6
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291736 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-05 11:21:27 +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
Jakub Vrana
e5e71892df
Improve example (bug #49877 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290693 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 20:48:51 +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
9511edb9f8
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283836 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:54:10 +00:00
Hannes Magnusson
928fd80616
Fixed bug#48237 (Documentation needs clarification)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282528 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-21 20:19:55 +00:00
Hannes Magnusson
16e5856b7c
Document the valid limiters
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282527 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-21 20:16:32 +00:00
Jakub Vrana
0e40a7752a
Link INI settings
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280041 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-06 19:45:17 +00:00
Yannick Torres
e64f47fe43
fix markup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279788 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-03 15:59:44 +00:00
Carola 'Sammy' Kummert
db9ce8e8aa
remove doubled line
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275719 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-12 23:47:23 +00:00