Commit graph

498 commits

Author SHA1 Message Date
Christoph Michael Becker
242fc67ef7 Fix default value
Cf. <472f577679/ext/session/session.c (L814)>

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346941 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-01 16:43:23 +00:00
Tyson Andre
a9ada9d6f9 fix typos in extension documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346848 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-18 05:42:50 +00:00
Tyson Andre
578f5f3744 fix typos in language reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346847 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-18 05:16:33 +00:00
Christoph Michael Becker
ba0a270fbc Fix order of sections
Patch provided by girgias.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346816 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-12 16:37:24 +00:00
Pasindu De Silva
2a33bc5537 Added note about session_unset() usage.
https://bugs.php.net/bug.php?id=77437

Submitted by girgias

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346785 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-11 00:15:05 +00:00
Mark Jones
6c8d53ffe3 fix typo in samesite session setting
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346608 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-18 18:21:06 +00:00
Christoph Michael Becker
6c1773e7b3 Fix #77384: Unable to change Session Save Handler to "user"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346542 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-04 18:36:36 +00:00
Christoph Michael Becker
4f00e64a4b Fix build
There is no asof entity defined for EN.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346461 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-28 15:40:15 +00:00
Christoph Michael Becker
b430a55f79 Update Session documentation in relation to samesite flag
Patch provided by girgias@.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346460 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-28 15:30:52 +00:00
Christoph Michael Becker
ffe8f84ec5 Document SameSite cookie attribute support (PHP 7.3.0)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345661 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-20 10:50:01 +00:00
Christoph Michael Becker
4a53dba08d Fix #76808: session upload progress not available when session name is customized w/ini_set
This also integrates user note 118866.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345567 c90b9560-bf6c-de11-be94-00142212c4b1
2018-08-29 15:48:11 +00:00
Christoph Michael Becker
3a580508bb Integrate user note 106439
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345566 c90b9560-bf6c-de11-be94-00142212c4b1
2018-08-29 15:26:32 +00:00
Christoph Michael Becker
d7e3cfca38 Fix #76786: invalid session_write_close() return type
Adding respective changelog entries, as usual, should be sufficient.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345551 c90b9560-bf6c-de11-be94-00142212c4b1
2018-08-24 13:54:16 +00:00
Christoph Michael Becker
afcc3eb1fd Be precise
Inspired by a patch provided by Miroslav Banov.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345391 c90b9560-bf6c-de11-be94-00142212c4b1
2018-07-25 15:55:38 +00:00
Christoph Michael Becker
eb8197347b Fix grammar
Based on a patch provided by an anonymous user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345196 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-24 12:43:34 +00:00
Christoph Michael Becker
9f9ed4225c Add missing changelog entry
Based on patch provided by Konrad Papała.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345150 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-16 12:26:26 +00:00
Yasuo Ohgaki
29a76b5333 Fix typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345081 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-30 00:39:20 +00:00
Yasuo Ohgaki
15793ac539 Some users consider calling session_name() after session_start() is perfectly valid. However it is not valid and allows crash and misbehaviors.Add changelog for it. Remove bogus session_register() description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345080 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-30 00:27:40 +00:00
Yasuo Ohgaki
69cb6d5ed1 Be more explicit for optional name param
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345061 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-26 12:36:48 +00:00
Yasuo Ohgaki
7ef2b6a79a Add correct usage descriptions to session_name().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345059 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-26 01:32:52 +00:00
Christoph Michael Becker
dff279a1fb Fix #76259: Sessions extension does not strictly match Core extention definition
We update the extension-membership of the respective extensions,
and fix the installation instructions where necessary.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344870 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-27 16:42:29 +00:00
Christoph Michael Becker
b963543d8c Complete changelog entry
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344795 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-21 19:02:29 +00:00
Christoph Michael Becker
58bebd0fec Remove obsolete PHP 4 related info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344792 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-21 16:04:49 +00:00
Peter Cowburn
0dad2268d5 add missing svn properties, svn:eol-style and svn:keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344522 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-15 22:01:56 +00:00
Christoph Michael Becker
ef9b464ad7 Fix bug #75946 (session_start() fails after fastcgi_finish_request() (FPM))
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344212 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-11 13:36:30 +00:00
Jakub Vrana
b06b5b0830 Use array() initializer instead of []
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344127 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-31 08:23:47 +00:00
Jakub Vrana
e3734a9c81 Add changelog
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344125 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-31 08:21:19 +00:00
Jakub Vrana
efd6aa8b0c Link session_create_id (bug #74085)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344089 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 23:38:12 +00:00
Jakub Vrana
fcfd6ea1d2 Document SessionIdInterface
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344082 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 22:42:15 +00:00
Jakub Vrana
35cec1bbf2 Document SessionUpdateTimestampHandlerInterface (bug #75463)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344081 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 22:26:15 +00:00
Jakub Vrana
7c50ead1ed Fix versions based on parsed php-src
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344068 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 15:23:17 +00:00
Jakub Vrana
3e9734391f Add new functions to versions.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344041 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 13:39:15 +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
Jakub Vrana
fa994a739c Fix function signatures
Some of these probably deserve an entry in changelog, please add it if you have energy.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343898 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:03:56 +00:00
Christoph Michael Becker
baaa48a65f Fix bug #75198: Typo in session-set-save-handler
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343112 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-20 08:43:15 +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
Christoph Michael Becker
e1d271d4ca Fix bug #70498 (SessionHandlerInterface example is vulnerable)
Instead of actually adding proper input validation to the example,
we prominently note that this would have to be done for production
code.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342943 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-26 12:11:45 +00:00
Christoph Michael Becker
71c1bd3039 Spelling mistake in SessionHandler
-- 
Provided by anonymous 83640 (jdomenechbborges@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342900 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-21 11:36:40 +00:00
Christoph Michael Becker
742f5f2c5b Improve wording
Patch provided by Joshua Facemyer.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342892 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-21 11:12:12 +00:00
Pieter Hordijk
e1bb07c9e3 The sentence in place, despite describing correctly the functionality, was poorly written. Deleting some extra words make it more clear to understand.
-- 
Provided by anonymous 83640 (jdomenechbborges@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342591 c90b9560-bf6c-de11-be94-00142212c4b1
2017-06-14 14:45:14 +00:00
Andrey Gromov
af2c7707f7 --
Provided by anonymous 83297 (roocster@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342517 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-27 19:52:17 +00:00
Andrey Gromov
42f0c6186a fixes from anons (changes for imap checked in C-sources)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342503 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-25 08:23:31 +00:00
Pieter Hordijk
1855e35cf8 Translated / fixed most text to be actually something that looks like English
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342209 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-31 10:47:30 +00:00
Andrey Andreev
e5ec39977f Document session_gc() version info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342070 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-10 14:10:44 +00:00
Pieter Hordijk
f42f55617a fixed settion_start -> session_start typo in example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342023 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-06 13:58:56 +00:00
Christoph Michael Becker
25550c2a4e Fix changelog order
Patch provided by anon user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341916 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-17 18:02:12 +00:00
Andrey Gromov
d80a97dfbe missed semicolon in example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341832 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-30 21:08:56 +00:00
Christoph Michael Becker
3c442baa43 Fix grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341685 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-18 19:16:36 +00:00
Christoph Michael Becker
c4f83af3b7 Fix typo
Patch provided by anon user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341681 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-18 19:01:21 +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
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
894b3c74d9 Fix typos
Patches provided by anon users.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340865 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-04 14:57:17 +00:00
Christoph Michael Becker
d803b1c761 Fix #73409: Bug in session_gc's example 2
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340750 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-28 09:39:45 +00:00
Peter Cowburn
062838aa04 move session save handler example to see also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340561 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-18 22:56:47 +00:00
Kalle Sommer Nielsen
4de3eb69b9 Remove the comment and fix a typo in another comment
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340559 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-18 21:47:26 +00:00
Yasuo Ohgaki
360c099b26 Add minimun description using git source reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340522 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-17 21:29:47 +00:00
Christoph Michael Becker
653f52435c Integrate user note 119996 by ohcc at 163 dot com
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340372 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-07 15:28:57 +00:00
Yasuo Ohgaki
767b987b91 Fixed INI option values
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340153 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-24 00:50:57 +00:00
Christoph Michael Becker
639f79e2f5 Fix #73096: session.gc_lifetime should be session.gc_maxlifetime
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340043 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-16 10:11:23 +00:00
Yasuo Ohgaki
33183abba5 Fix sentence
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340019 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-13 01:33:44 +00:00
Yasuo Ohgaki
56562880bd Document immediate session data deletion risks
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340011 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-10 00:02:42 +00:00
Yasuo Ohgaki
51ee3c035a Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340000 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-07 02:24:50 +00:00
Yasuo Ohgaki
529deaf927 Change section order
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339999 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-07 02:22:09 +00:00
Yasuo Ohgaki
b3b25b7308 Add more explanations. Use para instead of simpara for list item
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339998 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-07 02:10:11 +00:00
Yasuo Ohgaki
678ccd2608 Improve session security.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339987 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-05 11:57:12 +00:00
Yasuo Ohgaki
e5ddcc11e1 Improve session security.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339986 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-05 11:45:19 +00:00
Yasuo Ohgaki
a164fd2da9 Fixed Doc Bug #72345 and improve session security.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339984 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-05 06:45:59 +00:00
Yasuo Ohgaki
9f540f9e09 Reorganize ini list. Add use_strict_mode note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339972 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-01 20:12:12 +00:00
Yasuo Ohgaki
c33691bbe3 Update session security
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339965 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-01 07:24:59 +00:00
Yasuo Ohgaki
78ab4510fb Add URL rewriter improvements since PHP 7.1.0.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339963 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-01 05:40:04 +00:00
Yasuo Ohgaki
e5364130a0 Add session_create_id() manual
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339956 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-31 07:44:57 +00:00
Yasuo Ohgaki
90229e2df9 Add session_gc() manual
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339955 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-31 07:44:25 +00:00
Yasuo Ohgaki
3b370e51af Update sessin INI description according to RFC: https://wiki.php.net/rfc/session-id-without-hashing
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339776 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-04 09:48:21 +00:00
Yasuo Ohgaki
11a4540fb9 Document RFC - https://wiki.php.net/rfc/session-id-without-hashing
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339678 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-18 04:04:09 +00:00
Christoph Michael Becker
3fd1c69998 Fix parameter name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339638 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 13:52:30 +00:00
Peter Cowburn
584c3e8805 Clarify that the session encode/decode method does not use serialize()/unserialize() by default.
--
Provided by jjlin@cs.stanford.edu

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339181 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-17 22:22:47 +00:00
Christoph Michael Becker
e1b57a1950 minor fixes by anon users
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338890 c90b9560-bf6c-de11-be94-00142212c4b1
2016-04-02 18:09:05 +00:00
Christoph Michael Becker
0965730949 typo fix by Sid Roberts
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338612 c90b9560-bf6c-de11-be94-00142212c4b1
2016-02-17 01:20:33 +00:00
Adam Harvey
41d8e7ffe4 Update version information to include PHP 7.
This was mostly done programmatically, and is likely wrong for a small number
of functions. We may have to wait for bug reports, unless someone wants to
review this by hand. Basic efforts were made to avoid adding "PHP 7" to
functions that were removed in PHP 5.x (x > 0) and PHP 7, but there are
undoubtedly still issues.

In case we're still using Docbook for PHP 8, I've uploaded the script that I
wrote to do this to GitHub at
https://github.com/LawnGnome/php-doc-version-migrator.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338406 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-04 21:40:07 +00:00
Adam Harvey
d8849b5554 Make the session option changes less session_start() specific.
This also adds documentation for the new options parameter to the
session_start() page.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337868 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:16:57 +00:00
Yasuo Ohgaki
7fa66b6c0b Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337851 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-19 07:40:57 +00:00
Yasuo Ohgaki
c63fbfff61 Fixed bug #70520 - Update and improve example code
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337850 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-19 01:41:23 +00:00
Thomas Punt
d22db7f5b0 Document some ini settings
This documents zend.assetions, assert.exception, and session.lazy_write

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337501 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-16 16:30:56 +00:00
Christoph Michael Becker
37baaba2bb the argument type for $maxlifetime is int, was listed as string
-- 
Provided by anonymous 61891 (rasmus@mindplay.dk)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337488 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 16:52:51 +00:00
Christoph Michael Becker
7279eb69e5 typo fixes by anon users
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337307 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-06 22:59:13 +00:00
Christoph Michael Becker
c5c902b477 minor fixes contributed by anon users
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337282 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-03 22:37:52 +00:00
Peter Cowburn
b61dee59ad better param name for SessionHandler::open()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336908 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-09 20:59:48 +00:00
Maciej Sobaczewski
93edd6c0cc Close bug #69624 (Return Value section incorrect)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336796 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-19 05:06:47 +00:00
Hannes Magnusson
70c246e011 Remove very outdated note. Fixes bug #69544 (FAT and PHP 4 are kinda irrelevant today)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336701 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-30 16:12:04 +00:00
Pasindu De Silva
3eb1b91927 Fix #69482 session_commit and session_abort documentation return type mismatch
( By Christoph Becker )

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336604 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-20 15:13:19 +00:00
Martin Samesch
828ac78684 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336176 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-23 16:54:38 +00:00
Maciej Sobaczewski
9194a9bb5b Mark some functions as deprecated in versions.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336049 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-07 19:29:16 +00:00
Peter Cowburn
3ec11b4cae fix build (ini.track-vars)
remove remaining references to ini.track-vars, which
was removed in r335232

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335235 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-01 16:59:56 +00:00
Peter Cowburn
36904dafe1 fix missing parenthesis (doc bug #68433)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335187 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-17 13:12:52 +00:00
Adam Harvey
6a3fb6d689 Add a cautionary note about configuring session.save_path.
Fixes doc bug #68221 (session.save_path has bad advice for directory level
depths).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335126 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-23 19:06:17 +00:00
Ferenc Kovacs
7895293e60 add the two new session functions to versions.xml and to the migration guide
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335068 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-16 07:51:12 +00:00
Yasuo Ohgaki
07756ff909 Fixed bug #67981 - session_abort and session_reset are not documented
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335027 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-07 22:02:11 +00:00
Adam Harvey
c38e57680d Add documentation for SessionHandler::create_sid().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334814 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-08 19:49:26 +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
Maciej Sobaczewski
2368dd7826 Fixed build, sorry
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334727 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-03 05:37:01 +00:00