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
|
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
|
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
|
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
|
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
|
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
|
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
|
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 |
|
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 |
|
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 |
|
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
|
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
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Maciej Sobaczewski
|
e41aab5eca
|
Remove changelogs for PHP 4 - 3rd round
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334621 c90b9560-bf6c-de11-be94-00142212c4b1
|
2014-08-27 17:46:13 +00:00 |
|
Maciej Sobaczewski
|
8b5940cade
|
Remove changelogs for PHP 4 - 2nd round
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334605 c90b9560-bf6c-de11-be94-00142212c4b1
|
2014-08-26 14:28:17 +00:00 |
|
Maciej Sobaczewski
|
afc3f34c68
|
Remove changelogs for PHP 4 - 1st round
Useful changelogs entries remain untouched.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334592 c90b9560-bf6c-de11-be94-00142212c4b1
|
2014-08-23 17:55:23 +00:00 |
|
Yasuo Ohgaki
|
73f204de3d
|
Add trans sid limitation to session_regenerate_id()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332711 c90b9560-bf6c-de11-be94-00142212c4b1
|
2014-01-22 05:54:18 +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 |
|