php4fan
aaabaa98a8
Added gc_maxlifetime default value to description ( #1592 )
...
For consistency with all other constants, where the default value is also mentioned in the description so you don't have to go back to the table to look it up.
2022-07-08 18:08:49 +01:00
Jordi Boggiano
6b0ab29716
Fix ini name
...
Closes GH-1376.
2022-02-04 17:04:39 +01:00
Christoph M. Becker
e8fbdb2fe6
Update defaults of session.cookie_secure and .cookie_httponly
...
That's rather a cosmetic change, but we still should strive to be
precise.
2022-01-11 15:43:31 +01:00
Sergey Panteleev
184f3f7bd4
Remove PHP 5, 7 references ( #565 )
2021-05-12 14:49:16 +03:00
Sergey Panteleev
a0ae28d3bc
Removed references to PHP 5, PHP 7.0 ( #545 )
2021-04-24 20:01:17 +03:00
Christoph M. Becker
3e08a8aae6
Remove obsolete PHP 5 related info from ini.core and related pages
2021-02-24 14:32:08 +01:00
Christoph M. Becker
7dc5a6466b
Fix #80677 : session.cookie_samesite missing from INI list
...
We should not duplicate the info in the general INI list, but rather
include it from the session configuration.
While we're at it, we remove obsolete changelog entries, fix the
wording ("as of" instead of "since"), and remove the url_rewriter.tags
entry from the session configuration page.
2021-01-28 12:05:05 +01:00
George Peter Banyard
f3d6ada615
Remove information about session.bug_compat_* INI setting
...
This has been removed in PHP 5.4.0
2021-01-16 10:44:21 +00:00
Christoph Michael Becker
86e6094e86
Use canonical type names
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351133 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:39:04 +00:00
Christoph Michael Becker
418de44708
Fix #76977 : include session.save_path in session.security.ini.php
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350307 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-13 13:22:47 +00:00
Christoph Michael Becker
4aab798782
Remove out-dated Windows related info
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350234 c90b9560-bf6c-de11-be94-00142212c4b1
2020-07-28 09:42:44 +00:00
Christoph Michael Becker
6ec0096178
Fix #79892 : session.use_strict_mode and SessionHandlerInterface mismatch
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350221 c90b9560-bf6c-de11-be94-00142212c4b1
2020-07-27 15:36:20 +00:00
Christoph Michael Becker
d4929a36ed
Fix #77908 : session.sid_length documentation references removed configuration options
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347259 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-17 10:03:51 +00:00
Christoph Michael Becker
242fc67ef7
Fix default value
...
Cf. <https://github.com/php/php-src/blob/472f577679fe589bf73e2fa40444dc53928457f0/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
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
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
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
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
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
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
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
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
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
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
Joe Watkins
7de6d4baeb
#64236 additional session.save_path parameter documented
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331944 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-24 07:13:30 +00:00
Joe Watkins
db35ada525
change to correction, fix build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331810 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-13 18:15:27 +00:00
Joe Watkins
f7987b4de6
#62075 configuration option named incorrectly in documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331802 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-13 17:21:00 +00:00
Yasuo Ohgaki
6a6a2b9546
Add php_serialize description.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331182 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-21 03:01:26 +00:00
Yasuo Ohgaki
4973a1a638
Add session.use_strict_mode description
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331172 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-20 10:11:22 +00:00
Yasuo Ohgaki
095653e0ce
session.auto_start cannot work at runtime and never worked. Code is fixed also.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331110 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-10 09:38:25 +00:00
Sherif Ramadan
773e4a944a
Updated session.entropy_file default setting for 5.4.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327363 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-29 18:10:32 +00:00
André Luis Ferreira da Silva Bacci
0fbb3e56ae
Typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325249 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-16 20:08:36 +00:00
Jakub Vrana
f052ac1bd7
Revert useless change in 326638
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323642 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 00:24:15 +00:00
Jakub Vrana
c0ade579d4
PHP_INI_* is in fact INI_
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323638 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 20:26:39 +00:00
Jakub Vrana
b9c3ddd1d3
Use entities for INI headings
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322061 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 08:09:53 +00:00
Shein Alexey
6efb39be82
Fixed some typos.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316346 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-07 12:49:32 +00:00
Hannes Magnusson
b7ed338094
Fixed bug#55430, introduce the session.upload_progress family to the world
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315770 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-30 11:13:22 +00:00
Jakub Vrana
8888c9528e
Future is now
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312729 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-30 20:22:04 +00:00
Jakub Vrana
bdba2aa692
Upload progress configuration
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312708 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-30 16:13:19 +00:00
Martin Samesch
6b0f6c46db
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307068 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-04 10:37:15 +00:00
Richard Quadling
3c82b5b1ed
Whitespace (Tabs to spaces).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301650 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-28 10:13:48 +00:00
Pierre Joye
c26415107a
- WS
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300293 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-08 21:03:34 +00:00
Pierre Joye
757f3384a8
- document the windows support for session.entropy*
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300292 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-08 20:34:29 +00:00
Peter Cowburn
b85ef4fee2
swap PHP 6 with "the future"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299469 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-18 21:05:17 +00:00
Philip Olson
3e57d6ccfd
Commented out or rewrote PHP 6 documentation as discussed. Grep 'FIXME PHP_6' to fix. Closes PHP Bug #51468
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297557 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-06 05:24:11 +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
Daniel Egeberg
04f1170ce0
Fixed bug #50988 (reference to session_cookie in en/session.configuration.php)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294835 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-10 10:20:45 +00:00