Commit graph

448 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