Gina Peter Banyard
4d17b7b494
[skip-revcheck] Convert class markup to be compatible with DocBook 5.2
...
Closes GH-3415
2024-06-14 17:04:53 +01:00
Gina Peter Banyard
62126c55f1
Minor markup issue fixups
2024-04-22 13:25:39 +01:00
Máté Kocsis
14767af0f0
Use new class synopsis markup ( #2611 )
...
Follow-up on https://github.com/php/phd/pull/77
2023-08-30 12:28:30 +01:00
Máté Kocsis
601f6f4ce5
Update ext/session role attributes ( #1987 )
2022-12-11 16:06:18 +01:00
Tim Düsterhus
2ab45105b4
Stop referring to openssl_random_pseudo_bytes() outside of ext/openssl ( #1967 )
...
* random: Remove openssl_random_pseudo_bytes() from caution.cryptographically-insecure
The `random_bytes()` and `random_int()` alternatives are available since since
PHP 7.0, are available by default and directly map to the OS' CSPRNG and thus
are likely more secure.
Thus this commit stops mentioning `openssl_random_pseudo_bytes()` as a possible
option any more to keep things simple for the reader.
* random: Remove `openssl_random_pseudo_bytes()` from “See Also” sections for ext/random
The reasoning as with the previous commit applies.
* hash: Replace `openssl_random_pseudo_bytes()` by `random_bytes()`
* session: Replace `openssl_random_pseudo_bytes()` by `random_bytes()`
2022-11-10 14:08:01 +01:00
Martin Samesch
6d1ca753fb
[skip-revcheck] Fix typos
2022-09-02 15:20:37 +02:00
Máté Kocsis
4eb60e8132
[skip-revcheck] Generate ext/session class synopses from stubs
2021-12-15 18:32:56 +01:00
Sergey Panteleev
5fabd07880
Removed Changelog entries for PHP 5, PHP 7.0 ( #543 )
2021-04-22 17:52:58 +03: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
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
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
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
Philip Olson
0aa774414a
Removed removed duplicated duplicated words words
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333548 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-16 20:12:19 +00:00
Chris Wright
516fd5a456
Typo fix in SessionHandler
...
---
Provider by anonymous 35971
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332329 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-10 11:02:11 +00:00
Peter Cowburn
be9e577c76
fix example syntax
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325353 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-20 10:42:18 +00:00
Peter Cowburn
9121c98816
typo fix (doc #61692 , patch by Daniel Lowrey, thanks!)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325019 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-10 20:10:51 +00:00
Drak
f95e682b64
[sessions] Added note about SessionHandler behaviour.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323861 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-04 13:31:04 +00:00
Drak
cc47cb2ff9
[sessionhandler] Fixed casing typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323649 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 04:00:12 +00:00
Drak
6652be89cc
[sessionhandler] Correct example, (wrong keyword).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323646 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 01:41:15 +00:00
Drak
838aa10bc4
[sessions] Updated specific details about how to correctly implement SessionHandler and added references to relevant ini settings and functions.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323627 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:33:52 +00:00
Drak
a63190d9c4
[sessionhandler] Added information about individual methods.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323551 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-26 05:30:34 +00:00
Drak
635d78b604
[sessionhandler] Updated the documentation to correctly detail what this class is intended for.
...
Also added code example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323542 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-25 21:24:59 +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
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
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
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